Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IDrawingObject Interface / BottomRightCell Property


In This Topic
    BottomRightCell Property (IDrawingObject)
    In This Topic
    Gets an GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the lower-right corner of the shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property BottomRightCell As IRange
    'Usage
     
    
    Dim instance As IDrawingObject
    Dim value As IRange
     
    value = instance.BottomRightCell
    IRange BottomRightCell {get;}

    Property Value

    The bottom right cell of the shape.
    See Also