Spread 8.0 Documentation
ActiveRow Property
Support Options
ActiveX Reference > ActiveX Properties > ActiveRow Property

Glossary Item Box

ActiveRow Property


See Also    DLL    Example

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

Working with the Active Cell

ActiveCol, Sheet properties

SetActiveCell method

DLL Correspondence

SSGetActiveCell, SSSetActiveCell functions

Copyright © GrapeCity, inc. All rights reserved.