Window.TabRatio Property

Definition

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).

Applies to