StyleGrid REALbasic Plugin

StyleGrid.InsertRow Method

Inserts a pre created row to a requested location.

InsertRow(
   where as Integer,
   row as StyleGridRow)

Parameters

where
The row number where the row will be inserted.
row
The row should be an existing row or a row that you want to link to this StyleGrid from another StyleGrid or from a different location within this StyleGrid.

Remarks

See Also

StyleGrid Control