Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / SetTopLeft Method
The zero-based row index of the top left cell
The zero-based column index of the top left cell


In This Topic
    SetTopLeft Method (IExcelWorksheet)
    In This Topic
    Set the location of the top left visible cell.
    Syntax
    'Declaration
     
    Sub SetTopLeft( _
       ByVal top As Integer, _
       ByVal left As Integer _
    ) 
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim top As Integer
    Dim left As Integer
     
    instance.SetTopLeft(top, left)
    void SetTopLeft( 
       int top,
       int left
    )

    Parameters

    top
    The zero-based row index of the top left cell
    left
    The zero-based column index of the top left cell
    See Also