CustomWorkbookView.ShowSheetTabs Property

Show Sheet Tabs.Represents the attribte in schema: showSheetTabs

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "showSheetTabs")> _
Public Property ShowSheetTabs As BooleanValue
    Get
    Set
'Usage
Dim instance As CustomWorkbookView
Dim value As BooleanValue

value = instance.ShowSheetTabs

instance.ShowSheetTabs = value
[SchemaAttrAttribute(, "showSheetTabs")]
public BooleanValue ShowSheetTabs { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomWorkbookView Class

CustomWorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace