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};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
説明
CellAlignments プロパティは、列 ACol、行 ARow で指定されたセル内でのテキストの位置揃えを返します。