Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / TopLeft Property


In This Topic
TopLeft Property (RangeReference)
In This Topic
Gets the top-left cell reference.
Syntax
'Declaration
 
Public ReadOnly Property TopLeft As CellReference
 
'Usage
 
Dim instance As RangeReference
Dim value As CellReference
 
value = instance.TopLeft

Property Value

A CellReference value represents the top-left cell reference.
See Also