Имя функции | dcl-Grid-InsertString |
---|---|
Синтаксис | (dcl-Grid-InsertString
<CONTROL>
Row [типа
Long]
CellLabels [типа
String] {Delimiter [типа
String]}) |
Возвращаемый тип | Boolean (T - успешно; иначе NIL) |
Подходит к | Grid |
This method inserts a new row into the grid. Строка is the row index where the new row should be inserted. The CellLabels argument is a delimited string containing the label text for the new cells. Delimiter is the delimiter character; if no delimiter is specified, the tab character ("\t") is assumed. Each cell in the new row is pre-populated with the specified label text. If no label text is specified for a column, it remains empty. New cells inherit the default style and image values set for their column.