INxCell
Unit NxCells6.pas (Sources\Next Grid)
Implements
INxBaseCell
Important interface that provides access to a cell (and its methods and properties) in NextGrid.
Most important property of NextGrid6 Cell returns instance of this type.
Example
pas
ProductsGrid.Cell[1, 2].Font.Size := 24; ProductsGrid.Cell[1, 2].AsBoolean := False;