SpreadsheetGear 2023
TabRatio Property (IWorkbookWindowInfo)


SpreadsheetGear Namespace > IWorkbookWindowInfo Interface : TabRatio Property
Gets or sets the ratio of the width of the worksheet tabs to the width of the horizontal scrollbar as a number between zero and one.
Syntax
'Declaration
 
Property TabRatio As System.Double
'Usage
 
Dim instance As IWorkbookWindowInfo
Dim value As System.Double
 
instance.TabRatio = value
 
value = instance.TabRatio
System.double TabRatio {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbookWindowInfo Interface
IWorkbookWindowInfo Members
WindowInfo Property