Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPicture Interface / TopLeftCell Property


In This Topic
TopLeftCell Property (IPicture)
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 IPicture
Dim value As IRange
 
value = instance.TopLeftCell

Property Value

The top left cell of the shape.
See Also