GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Height Property


In This Topic
Height Property (IRange)
In This Topic
Gets a System.Int64 value that represents the height, in pixels, of the range.
Syntax
'Declaration
 
ReadOnly Property Height As Long
 
'Usage
 
Dim instance As IRange
Dim value As Long
 
value = instance.Height

Property Value

The height.
See Also