...
Description |
---|
Excerpt |
---|
Sets or returns the ratio between the workbook's |
...
tab |
...
bar |
...
and |
...
the |
...
horizontal |
...
scroll |
...
bar. |
...
Signature | ||||
---|---|---|---|---|
| ||||
public double TabRatio{ get; set; }
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Property TabRatio() As Double
{signature}
{remarks}
For |
Remarks |
---|
For example, if [|Workbook.TabRatio]is set to 50, the tab bar will take up 50\%50% of the width of the workbook window, while the horizontal scroll bar will take up the other half.The value of {{
should be between 0 and 100. If the value is less than 0, ExcelWriter will set {{
to 0. If the value is greater than 100, ExcelWriter will set {{
to 100. {remarks} {example}{code:csharp|title=C#} |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|