SpreadsheetGear 2017
RowHeight Property (IRange)






SpreadsheetGear Namespace > IRange Interface : RowHeight Property
Gets or sets the height of the individual rows represented by this range in points.
Syntax
'Declaration
 
Property RowHeight As System.Double
'Usage
 
Dim instance As IRange
Dim value As System.Double
 
instance.RowHeight = value
 
value = instance.RowHeight
System.double RowHeight {get; set;}
read-write property RowHeight: System.Double; 
function get,set RowHeight : System.double
__property System.double get_RowHeight();
__property void set_RowHeight( 
   System.double value
);
property System.double RowHeight {
   System.double get();
   void set (    System.double value);
}
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

IRange Interface
IRange Members
ColumnWidth Property
AutoFit Method