Spread Windows Forms 12.0 Product Documentation
TopLeft Property (Reference)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Reference Structure : TopLeft Property
Gets the top left cell of this Reference value.
Syntax
'Declaration
 
Public ReadOnly Property TopLeft As CellReference
'Usage
 
Dim instance As Reference
Dim value As CellReference
 
value = instance.TopLeft
public CellReference TopLeft {get;}

Property Value

A CellReference value represents the top left cell of this Reference value.
See Also

Reference

Reference Structure
Reference Members