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

Glossary Item Box

ColsFrozen Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the number of nonscrolling columns.

Syntax

C++

long CSpreadSheet::GetColsFrozen( );
void CSpreadSheet::SetColsFrozen(long value);

Visual Basic

[form.]fpSpread.ColsFrozen[ = value&]

Remarks

The default value for the ColsFrozen property is 0, which means that only the row headers are frozen.

The ColsFrozen property specifies which columns in the sheet do not scroll, in essence creating additional columns of row headers. The frozen columns are always the far left n columns, where n is the value of this property.

Notes:
  • Setting the ColsFrozen property to a value other than 0 might change the LeftCol property setting.
  • Frozen columns print even if you specify a print range that does not include the frozen columns.

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.

To specify nonscrolling rows, set the RowsFrozen property.

Spread Designer

Choose the Sheet menu, then the Columns and Rows menu, select the Columns tab, and then choose or type a number in the Frozen Cols spin box in the Settings-All Columns group box in the Column and Row Settings dialog box.

Data Type

Long Integer

See Also

Freezing Columns and Rows

LeftCol, RowsFrozen, Sheet properties

DLL Correspondence

SSGetFreeze, SSSetFreeze functions

Copyright © GrapeCity, inc. All rights reserved.