Spread Windows Forms 12.0 Product Documentation
BottomRight Property (Reference)


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

Property Value

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

Reference

Reference Structure
Reference Members