RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCellItem.Value Property

Sets the size of the cell item.

Pascal
property Value: Double;
C++
__property Double Value;

Use the Value property to specify the size of the column or row in the grid. This value can be set automatically or expressed as a percentage of the grid size or as an absolute value, depending on the SizeStyle. For example, if SizeStyle is set to ssPercent, and you specify a value of 60, the column occupies approximately 60% of the grid panes width or a row occupies approximately 60% of the grid panel height. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!