| Funktionsname | dcl_Grid_AddString |
|---|---|
| Syntax | (dcl_Grid_AddString
<CONTROL>
CellLabels [als String] {Delimiter [als String]}) |
| Rückgabewert | Long |
| Anwendbar auf | Grid |
This method appends a new row to the grid. 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. The return value is the index (zero-based) of the added row.