TabStripRatio Property
Applies To
fpSpread control
Description
Sets or returns the width of the tab strip in relation to the width of the control.
Syntax
double CSpreadSheet::GetTabStripRatio( );
void CSpreadSheet::SetTabStripRatio(double value);
[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
TabStripFont, TabStripPolicy properties
DLL Correspondence
SSGetTabStripRatio, SSSetTabStripRatio functions