Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / BottomRightCell Property


In This Topic
BottomRightCell Property (Shape)
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
 
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.
See Also