Function Name | dcl-Grid-InsertString |
---|---|
Syntax | (dcl-Grid-InsertString
<CONTROL>
Row [as
Long]
CellLabels [as
String] {Delimiter [as
String]}) |
Return Type | Boolean (T if successful; otherwise NIL) |
Applies To | 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.