TabRatio Property

Microsoft Office Web Components Visual Basic

expression.TabRatio

expression    Required. An expression that returns a Window object.

Example

This example makes the workbook tab half the width of the horizontal scroll bar.

Spreadsheet1.ActiveWindow.TabRatio = 0.5