TopLeftCell Property (IShape)
Gets an
GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the upper-left corner of the shape.
'Declaration
ReadOnly Property TopLeftCell As IRange
'Usage
Dim instance As IShape
Dim value As IRange
value = instance.TopLeftCell
IRange TopLeftCell {get;}
Property Value
The top left cell of the shape.