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


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

Property Value

A CellReference value represents the bottom-right cell reference.
See Also