Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / GetActiveCell Method
The active row index.
The active column index.


In This Topic
    GetActiveCell Method
    In This Topic
    Gets the active row and column indexes.
    Syntax
    'Declaration
     
    
    Public Sub GetActiveCell( _
       ByRef activeRow As Integer, _
       ByRef activeColumn As Integer _
    ) 
    'Usage
     
    
    Dim instance As WorksheetView
    Dim activeRow As Integer
    Dim activeColumn As Integer
     
    instance.GetActiveCell(activeRow, activeColumn)
    public void GetActiveCell( 
       out int activeRow,
       out int activeColumn
    )

    Parameters

    activeRow
    The active row index.
    activeColumn
    The active column index.
    See Also