SpreadsheetGear 2017
Height Property (IRange)






SpreadsheetGear Namespace > IRange Interface : Height Property
Returns the height of the range in points.
Syntax
'Declaration
 
ReadOnly Property Height As System.Double
'Usage
 
Dim instance As IRange
Dim value As System.Double
 
value = instance.Height
System.double Height {get;}
read-only property Height: System.Double; 
function get Height : System.double
__property System.double get_Height();
property System.double Height {
   System.double get();
}
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