GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / BottomRightCell Property


In This Topic
BottomRightCell Property (IShape)
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 IShape
Dim value As IRange
 
value = instance.BottomRightCell

Property Value

The bottom right cell of the shape.
See Also