C1.Win.C1FlexGrid Namespace > Row Class : Height Property |
'Declaration
<DefaultValueAttribute()> Public Property Height As Integer
[DefaultValue()] public int Height {get; set;}
[DefaultValue()] public: property int Height { int get(); void set ( int value); }
Setting this property to -1 causes the grid to use the default row height for this row (see the RowColCollection.DefaultSize property).
Height returns the height assigned to the row even if the row is invisible, and returns -1 if the row has the default height. To obtain the actual display height of a row, use the HeightDisplay property.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2