Spread Windows Forms 12.0 Product Documentation
GetActiveCell Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : GetActiveCell Method
The active row index.
The active column index.
Gets the active row and column indexes.
Syntax
'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.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members