DataGrid REALbasic Plugin |
|
DataGridRow.CellColSpan Method
Allows to make a cell span over several cells in the same row.
CellColSpan(
x as Integer) as Integer
CellColSpan(
x as Integer
assigns value as Integer)
Parameters
- x
- The column number of the cell.
- value (assignment parameter)
- The value to set when using the setter.
Returns
- Integer
- The returned value when using the getter.
Remarks
Setting the CellColSpan property will force the creation of all the cells under the spanned area, if they still are virtual cells.
See Also
DataGridRow Class