Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / TopLeftCell Property


In This Topic
    TopLeftCell Property (WorksheetView)
    In This Topic
    Gets the location of the top left visible cell in the bottom right pane (when in Left-to-Right mode).
    Syntax
    'Declaration
     
    
    Public Property TopLeftCell As CellReference
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As CellReference
     
    instance.TopLeftCell = value
     
    value = instance.TopLeftCell
    public CellReference TopLeftCell {get; set;}

    Property Value

    A GrapeCity.CalcEngine.CellReference value represents the location of the top left visible cell.
    See Also