# GrapeCity.Documents.Excel.IWorkbookView.TabRatio

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IWorkbookView_TabRatio_" data-uid="GrapeCity.Documents.Excel.IWorkbookView.TabRatio*">TabRatio Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IWorkbookView_TabRatio_" data-uid="GrapeCity.Documents.Excel.IWorkbookView.TabRatio*"></a>
<h4 id="GrapeCity_Documents_Excel_IWorkbookView_TabRatio" data-uid="GrapeCity.Documents.Excel.IWorkbookView.TabRatio">TabRatio</h4>
<div class="markdown level1 summary"><p>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). Read/write Double.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">double TabRatio { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property TabRatio As Double</code></pre>
</div>
</div>
