Sets or returns the ratio between the workbook's tab bar and the horizontal scroll bar. |
public double TabRatio{ get; set; } |
Public Property TabRatio() As Double |
For example, if TabRatio is set to 50, the tab bar will take up 50% of the width of the workbook window, while the horizontal scroll bar will take up the other half.The value of |
|