SMART datagrid v.1 > Classes

Back  Forward

DataLudi.CellIndex  class

数据单元格的位置。 

DataLudi.格的所有数据单元格的位置由网格行等两个值所决定。 CellIndex对象包含该位置信息,并且可以通过focusedIndex属性,指定或了解网格中具有焦点的当前单元格的位置。 

CellIndex对象具有rowIndexcolumn实例变量。 

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
聚焦单元格