Share via


Window.TabRatio Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property TabRatio As Double
    Get
    Set
'Usage
Dim instance As Window
Dim value As Double

value = instance.TabRatio

instance.TabRatio = value
double TabRatio { get; set; }

Property Value

Type: System.Double

Remarks

This property has no effect when DisplayWorkbookTabs is set to False (its value is retained, but it has no effect on the display).

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Excel Namespace