Workbook
ShowTabs Property
|
Get or sets a value whether the Workbook tabs are displayed.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShowTabs { get; set; }
Public Property ShowTabs As Boolean
Get
Set
public:
property bool ShowTabs {
bool get ();
void set (bool value);
}
member ShowTabs : bool with get, set
Property Value
Type:
Boolean
See Also