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

Glossary Item Box

ActiveCol Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Returns the column number of the active cell. This property is available at run time only.

Syntax

C++

long CSpreadSheet::GetActiveCol( );

Visual Basic

[form.]fpSpread.ActiveCol

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 ActiveRow property to return the row number for the active cell.

Data Type

Long Integer

See Also

Working with the Active Cell

ActiveRow, Sheet properties

SetActiveCell method

DLL Correspondence

SSGetActiveCell, SSSetActiveCell functions

Copyright © GrapeCity, inc. All rights reserved.