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

Glossary Item Box

TabStripRatio Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the width of the tab strip in relation to the width of the control.

Syntax

C++

double CSpreadSheet::GetTabStripRatio( );
void CSpreadSheet::SetTabStripRatio(double value);

Visual Basic

[form.]fpSpread.TabStripRatio[ = value#]

Remarks

The default value for the TabStripRatio property is 0.6. The minimum value is 0, and the maximum value is 1.

Set the TabStripFont property to specify the font settings for the text displayed in the sheet tabs. Set the TabStripPolicy property to specify when the tab strip is displayed.

Spread Designer

Choose the Book menu, then the Sheet and Tab menu, select the Sheet and Tab tab, and then type a number in the Ratio edit box in the Tab Strip group box in the Book Settings dialog box.

Data Type

Double

See Also

Customizing the Tab Strip

TabStripFont, TabStripPolicy properties

DLL Correspondence

SSGetTabStripRatio, SSSetTabStripRatio functions

Copyright © GrapeCity, inc. All rights reserved.