StyleGrid REALbasic Plugin

StyleGrid.InsertCol Method

To insert a column.

InsertCol(
   where as Integer,
   newLabel as String)

Parameters

where
The column number where the column will be inserted.
newLabel
The text of the column label.

Remarks

Example:

Grid1.InsertCol Grid1.Cols+1,"some label"

See Also

StyleGrid Control