Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / TopLeft Property


In This Topic
    TopLeft Property (RangeReference)
    In This Topic
    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