Function Name | dcl-Grid-InsertRow |
---|---|
Syntax | (dcl-Grid-InsertRow
<CONTROL>
Row [as
Long] {Column0ImageIndex [as
Integer]}
Column0Label [as
String] {Column1Label [as
String] Column2Label [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 optional Column0ImageIndex argument specifies the image from the control's image list to display with the label in the first column. 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.