StyleGrid REALbasic Plugin

StyleGridRow.MakeCellExtended Method

Allows to extend a cell and it returns a pointer to the corresponding cell.

MakeCellExtended(
   x as Integer) as StyleGridCell

Parameters

x
The column number of the cell.

Returns

StyleGridCell
A reference to the extended cell.

Remarks

Extended cells have been given permission to consume more memory to support the extended features.

This method can only be called on Normal cell types as other cell types are either already extended or not extendable.

Columns numbers are one based, that is the first column is 1.

See Also

StyleGridRow Class