Window.TabRatio Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the ratio of the width of the workbook's tab area to the width of the window's horizontal scroll bar (as a number between 0 (zero) and 1; the default value is 0.6).
public:
property double TabRatio { double get(); void set(double value); };
public double TabRatio { get; set; }
Public Property TabRatio As Double
Property Value
Remarks
This property has no effect when DisplayWorkbookTabs is set to False (its value is retained, but it has no effect on the display).