Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / SetActiveCell Method


In This Topic
    SetActiveCell Method (WorksheetView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetActiveCell( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       Optional ByVal notifyUI As Boolean, _
       Optional ByVal fireEvent As Boolean _
    ) 
    'Usage
     
    
    Dim instance As WorksheetView
    Dim row As Integer
    Dim column As Integer
    Dim notifyUI As Boolean
    Dim fireEvent As Boolean
     
    instance.SetActiveCell(row, column, notifyUI, fireEvent)
    public void SetActiveCell( 
       int row,
       int column,
       bool notifyUI,
       bool fireEvent
    )

    Parameters

    row
    column
    notifyUI
    fireEvent
    See Also