GrapeCity MultiRow Windows Forms Documentation
Height Property (Column)


Gets or sets the height of the column.
Syntax
Public Property Height As Integer
Dim instance As Column
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
public int Height {get; set;}

Property Value

An System.Int32 value that represents the height of the column in pixels.
Exceptions
ExceptionDescription
System.InvalidOperationException

Set this property when the template's layout mode is top-to-bottom.

-or-

Set this property when the rows count is 0.

-or-

Set this property when the cell's Width or Height in the column is zero.

-or-

Set this property when the column is beyond the bound of the parent Section.

Requirements

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

See Also

Reference

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.