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
Shorthand property for AsString method of cell with specified column and row index.
property Cells[ACol, ARow: Integer]: WideString read GetCells write SetCells;
Cells[x, y]
is equal to calling Cell[x, y].AsString