Spread Windows Forms 15.0
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
    public CellReference BottomRight {get;}

    Property Value

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