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


In This Topic
Top Property (IRange)
In This Topic
Gets a System.Int64 value that represents the distance, in pixels, from the top edge of row 1 to the top edge of the range.
Syntax
'Declaration
 
ReadOnly Property Top As Long
 
'Usage
 
Dim instance As IRange
Dim value As Long
 
value = instance.Top

Property Value

The height.
See Also