| Funktionsname | dcl_Grid_InsertString |
|---|---|
| Syntax | (dcl_Grid_InsertString
<CONTROL>
Row [als Long]
CellLabels [als String] {Delimiter [als String]}) |
| Rückgabewert | Boolean (T if successful; otherwise NIL) |
| Anwendbar auf | Grid |
This method inserts a new row into the grid. Row 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.