GetCellData Method (FlexAdvancedDataGrid)

Class

FlexAdvancedDataGrid class

Action

Returns data for a cell in the grid.

Syntax

sCellData = advancedDataGrid.GetCellData(RowIndex, ColumnIndex, [RestoreOriginalPosition])
Variable Description
sCellData STRING.
RowIndex Returns the zero-based index of the specified row. INTEGER.
ColumnIndex Returns the zero-based index of the specified column. INTEGER.
RestoreOriginalPosition Optional.Returns a cell in the grid to its previous position. BOOLEAN.