Pane.ActivePane Property

Active Pane.Represents the attribte in schema: activePane

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

Syntax

'Declaration
<SchemaAttrAttribute(, "activePane")> _
Public Property ActivePane As EnumValue(Of PaneValues)
    Get
    Set
'Usage
Dim instance As Pane
Dim value As EnumValue(Of PaneValues)

value = instance.ActivePane

instance.ActivePane = value
[SchemaAttrAttribute(, "activePane")]
public EnumValue<PaneValues> ActivePane { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PaneValues>
Returns EnumValue<T>.

See Also

Reference

Pane Class

Pane Members

DocumentFormat.OpenXml.Spreadsheet Namespace