public void GetActiveCell( out int activeRow, out int activeColumn )
'Declaration Public Sub GetActiveCell( _ ByRef activeRow As Integer, _ ByRef activeColumn As Integer _ )
'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)
'Usage
Dim instance As WorksheetView Dim activeRow As Integer Dim activeColumn As Integer instance.GetActiveCell(activeRow, activeColumn)
WorksheetView Class WorksheetView Members