'Declaration Sub GetActiveCell( _ ByRef activeRow As Integer, _ ByRef activeColumn As Integer _ )
'Usage Dim instance As IWorksheetView Dim activeRow As Integer Dim activeColumn As Integer instance.GetActiveCell(activeRow, activeColumn)
void GetActiveCell( out int activeRow, out int activeColumn )
Parameters
- activeRow
- The active row index.
- activeColumn
- The active column index.