Vcl.Grids.TCustomGrid.CellAlignments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CellAlignments[ACol, ARow: Longint]: TAlignment read GetCellAlignments;

C++

__property System::Classes::TAlignment CellAlignments[int ACol][int 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.