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


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

Property Value

A CellReference value represents the bottom right cell of this Reference value.
See Also