Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / TopLeft Property


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

Property Value

A CellReference value represents the top left cell of this Reference value.
See Also