Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 Cells

Cells

Shorthand property for AsString method of cell with specified column and row index.

pas
property Cells[ACol, ARow: Integer]: WideString read GetCells write SetCells;

Cells[x, y] is equal to calling Cell[x, y].AsString

Sign in