Spread WPF 18
GrapeCity.Spreadsheet Namespace / Reference Structure / TopLeft Property


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