BottomRightCell Property (Shape)
Gets an
GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the lower-right corner of the shape.
public IRange BottomRightCell {get;}
'Declaration
Public ReadOnly Property BottomRightCell As IRange
'Usage
Dim instance As Shape
Dim value As IRange
value = instance.BottomRightCell
Property Value
The bottom right cell of the shape.