Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / SetActiveCell Method
Row index of cell
Column index of cell


In This Topic
    SetActiveCell Method
    In This Topic
    Sets the active cell on this worksheet.
    Syntax
    'Declaration
     
    Sub SetActiveCell( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    Dim instance As IWorksheetView
    Dim row As Integer
    Dim column As Integer
     
    instance.SetActiveCell(row, column)
    void SetActiveCell( 
       int row,
       int column
    )

    Parameters

    row
    Row index of cell
    column
    Column index of cell
    See Also