StyleGrid REALbasic Plugin

StyleGrid.AppendRow Method

Appends a pre created row at the end of the StyleGrid.

AppendRow(
   row as StyleGridRow)

Parameters

row
This parameter is used in the second variation of the AppendRow method.
The row should be an already existing row or a row that you want to link to this StyleGrid either from another StyleGrid or from a different location within the same StyleGrid.

Remarks

See Also

StyleGrid Control