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

Glossary Item Box

RowHeadersShow Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether the sheet displays row headers.

Syntax

C++

BOOL CSpreadSheet::GetRowHeadersShow( );
void CSpreadSheet::SetRowHeadersShow(BOOL value);

Visual Basic

[form.]fpSpread.RowHeadersShow[ = boolean%]

Remarks

The default value for the RowHeadersShow property is True.

When the RowHeadersShow property is set to True, the sheet displays row headers. When the RowHeadersShow property is set to False, the sheet does not display row headers, even if you have specified to display multiple header columns.

If your sheet displays multiple header columns and you do not want to display one of the header columns, set the ColHidden property to True to hide a specified header column.

If you decide to have the sheet not display row headers, you can use the ColsFrozen property to create nonscrolling columns that act similarly to row headers.

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.

You can specify whether the sheet displays column headers using the ColHeadersShow property.

Spread Designer

Choose the Sheet menu, then the Headers menu, and then the General menu, select the Rows tab, and then select the Display Headers check box in the Header Settings dialog box.

In the Spread Designer the RowHeadersShow property is temporarily reset to True when in design mode, to assist you in the design process. When you switch to run-time mode, the sheet behaves according to the setting you have chosen for this property.

For more information about design mode and run-time mode, see Using Design Versus Run-Time Mode.

Data Type

Integer (Boolean)

See Also

Hiding the Column and Row Headers

ColHeadersShow, ColHidden, ColsFrozen, Sheet properties

DLL Correspondence

SSGetBool (SSB_SHOWROWHEADERS), SSSetBool (SSB_SHOWROWHEADERS) functions

Copyright © GrapeCity, inc. All rights reserved.