WorkbookView.ActiveTab Property

Definition

Active Sheet Index

Represents the following attribute in the schema: activeTab

[DocumentFormat.OpenXml.SchemaAttr(0, "activeTab")]
public DocumentFormat.OpenXml.UInt32Value ActiveTab { get; set; }
public DocumentFormat.OpenXml.UInt32Value ActiveTab { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "activeTab")]
public DocumentFormat.OpenXml.UInt32Value? ActiveTab { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("activeTab")]
public DocumentFormat.OpenXml.UInt32Value? ActiveTab { get; set; }
public DocumentFormat.OpenXml.UInt32Value? ActiveTab { get; set; }
member this.ActiveTab : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "activeTab")>]
member this.ActiveTab : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("activeTab")>]
member this.ActiveTab : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property ActiveTab As UInt32Value

Property Value

Returns UInt32Value.

Attributes

Applies to