Workbook
SheetTabBarWidth Property
|
Returns or sets the width of worksheet tab bar. 1/1000 of window width.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int SheetTabBarWidth { get; set; }
Public Property SheetTabBarWidth As Integer
Get
Set
public:
property int SheetTabBarWidth {
int get ();
void set (int value);
}
member SheetTabBarWidth : int with get, set
Property Value
Type:
Int32
See Also