Spread Windows Forms 11.0 Product Documentation
BottomRight Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > RangeReference Structure : BottomRight Property
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
public CellReference BottomRight {get;}

Property Value

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

Reference

RangeReference Structure
RangeReference Members