Gets or sets the height of the row, in hundredths of an inch.
'Declaration
<DescriptionAttribute("The height of the row, in hundredths of an inch. A value of 0 indicates that the height will automatically be expanded to its content.")>
<CategoryAttribute("Appearance")>
<EditorAttribute("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
<EndUserDisplayNameAttribute("Row Height")>
Public Property RowHeight As Integer
'Usage
Dim instance As RowReportStyle
Dim value As Integer
instance.RowHeight = value
value = instance.RowHeight
[Description("The height of the row, in hundredths of an inch. A value of 0 indicates that the height will automatically be expanded to its content.")]
[Category("Appearance")]
[Editor("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
[EndUserDisplayName("Row Height")]
public int RowHeight {get; set;}
Property Value
A value representing the height of the row, in hundredths of an inch.
By default, 0 indicating that the height of the row will automatically be expanded to its content.
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