Grid_InsertRow

Funktionsname dcl_Grid_InsertRow
Syntax   (dcl_Grid_InsertRow <CONTROL> Row [als Long] {Column0ImageIndex [als Integer]} Column0Label [als String] {Column1Label [als String] Column2Label [als String]} ...)
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf 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.