Vcl.Grids.TCustomGrid.CellAlignments
Delphi
property CellAlignments[ACol, ARow: Longint]: TAlignment read GetCellAlignments;
C++
__property System::Classes::TAlignment CellAlignments[System::LongInt ACol][System::LongInt ARow] = {read=GetCellAlignments};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
CellAlignments property returns the text alignment in the cell specified by ACol
column and ARow
row.