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