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


In This Topic
Left Property (IRange)
In This Topic
Returns a System.Int64 value that represents the distance, in pixels, from the left edge of column A to the left edge of the range.
Syntax
'Declaration
 
ReadOnly Property Left As Long
 
'Usage
 
Dim instance As IRange
Dim value As Long
 
value = instance.Left

Property Value

The height.
Remarks
If the range is discontinuous, the first area is used. If the range is more than one column wide, the leftmost column in the range is used.
See Also