Pane.ActivePane Property

Definition

Active Pane

Represents the following attribute in the schema: activePane

[DocumentFormat.OpenXml.SchemaAttr(0, "activePane")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PaneValues> ActivePane { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PaneValues> ActivePane { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "activePane")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PaneValues>? ActivePane { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("activePane")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PaneValues>? ActivePane { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PaneValues>? ActivePane { get; set; }
member this.ActivePane : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PaneValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "activePane")>]
member this.ActivePane : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PaneValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("activePane")>]
member this.ActivePane : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PaneValues> with get, set
Public Property ActivePane As EnumValue(Of PaneValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to