GrapeCity MultiRow Windows Forms Documentation
Height Property (Row)


Gets or sets the current height of the Row.
Syntax
<SRCategoryAttribute("Layout")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the height of the Section.")>
<LocalizableAttribute(True)>
Public Shadows Property Height As Integer
Dim instance As Row
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
[SRCategory("Layout")]
[DefaultValue()]
[SRDescription("Indicates the height of the Section.")]
[Localizable(true)]
public new int Height {get; set;}

Property Value

A System.Int32 value that represents the height, in pixels, of the Section. The default is 130.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe specified value is less than 1.
System.InvalidOperationExceptionThe GcMultiRow control is in run time when setting this property.
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

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.