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

    Property Value

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