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


In This Topic
TopLeftCell Property (Shape)
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
 
Public ReadOnly Property TopLeftCell As IRange
 
'Usage
 
Dim instance As Shape
Dim value As IRange
 
value = instance.TopLeftCell

Property Value

The top left cell of the shape.
See Also