WorkbookView.ActiveTab Property

Active Sheet Index.Represents the attribte in schema: activeTab

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

Syntax

'Declaration
<SchemaAttrAttribute(, "activeTab")> _
Public Property ActiveTab As UInt32Value
    Get
    Set
'Usage
Dim instance As WorkbookView
Dim value As UInt32Value

value = instance.ActiveTab

instance.ActiveTab = value
[SchemaAttrAttribute(, "activeTab")]
public UInt32Value ActiveTab { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

WorkbookView Class

WorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace