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


In This Topic
TopLeftCell Property (IShape)
In This Topic
Gets an GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the upper-left corner of the shape.
Syntax
'Declaration
 
ReadOnly Property TopLeftCell As IRange
 
'Usage
 
Dim instance As IShape
Dim value As IRange
 
value = instance.TopLeftCell

Property Value

The top left cell of the shape.
See Also