Grid-AddRow

Function Name dcl-Grid-AddRow
Syntax   (dcl-Grid-AddRow <CONTROL> {Column0ImageIndex [as Integer]} Column0Label [as String] {Column1Label [as String] Column2Label [as String]} ...)
Return Type Long
Applies To Grid

This method appends a new row to the grid. 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. The return value is the index (zero-based) of the last added row.