ColumnStretch Method (SparkDataGrid)
Class
SparkDataGrid
class
Action
Stretches the given column of the data grid.
Syntax
dataGrid
.
ColumnStretch
(
columnIndex
,
localX
)
Variable
Description
columnIndex
The zero-based index of the selected column in the DataGrid object's columns array. INTEGER.
localX
The size of the column relative to the data grid. REAL.