Function Name | dcl-Grid-AddString |
---|---|
Syntax | (dcl-Grid-AddString
<CONTROL>
CellLabels [as
String] {Delimiter [as
String]}) |
Return Type | Long |
Applies To | 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.