[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheetView.GetActiveCell

GetActiveCell Method

GetActiveCell(out int, out int)

Gets the active row and column indexes.

Declaration
void GetActiveCell(out int activeRow, out int activeColumn)
Sub GetActiveCell(ByRef activeRow As Integer, ByRef activeColumn As Integer)
Parameters
Type Name Description
int activeRow

The active row index.

int activeColumn

The active column index.