v4.0
Returns the value stored on a specific cell of the GridData object.
Object GridData.GetCell( Object in_Column, Object in_Row ); |
oVariant = GridData.GetCell( ColumnIndex, RowIndex ); |
Variant containing the contents of the Cell. The variant is empty if the cell is empty.
Parameter | Type | Description |
---|---|---|
ColumnIndex | long or string | Index or label of the Column. The left-most column has index 0. |
RowIndex | long or string | Index or label of the Row. The top row has index 0. |