Spread Windows Forms 12.0 Product Documentation
TopLeft Property (RangeReference)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > RangeReference Structure : TopLeft Property
Gets the top-left cell reference.
Syntax
'Declaration
 
Public ReadOnly Property TopLeft As CellReference
'Usage
 
Dim instance As RangeReference
Dim value As CellReference
 
value = instance.TopLeft
public CellReference TopLeft {get;}

Property Value

A CellReference value represents the top-left cell reference.
See Also

Reference

RangeReference Structure
RangeReference Members