ActiveRow Property
Applies To
fpSpread control
Description
Returns the row number of the active cell. This property is available at run time only.
Syntax
C++
long CSpreadSheet::GetActiveRow( );
Visual Basic
[form.]fpSpread.ActiveRow
Remarks
The active cell is the cell that currently contains the focus rectangle.
This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property.
Use the ActiveCol property to return the column number for the active cell.
Data Type
Long Integer
See Also
SetActiveCell method
DLL Correspondence
SSGetActiveCell, SSSetActiveCell functions