SMART datagrid v.1 > Classes
DataLudi.CellIndex class
The location of data cell.
The location of all data cells of SMART datagrid is determined by two values of Grid Row and Column. CellIndex object contains the corresponding location information, and the current location of focused cell in grid can be specified or known by focusedIndex property.
CellIndex object has rowIndex, column instance variables.
- Base Classes
- DLBase
- Constructor
- function CellIndex (rowIndex: Integer, column: GridColumn);
- Variables
- column
- rowIndex
- Properties
- dataColumn
- dataField
- grid
- group
- isDataCell
- isFirstColumn
- isLastColumn
- valueColumn
- Methods
- columnIs
- getDataIndex
- getRow
- getValue
- normalize
- set
- Inherited Methods
- DLBase.assign
- DLBase.getProperties
- DLBase.getProperty
- DLBase.setProperties
- DLBase.setProperty
- DLBase.toggle
- See Also
- GridRow
- GridColumn
- focusedIndex
- Examples
- Focused Cell