SheetView.Pane Property

View Pane.Represents the element tag in schema: x:pane

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

Syntax

'Declaration
Public Property Pane As Pane
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As Pane

value = instance.Pane

instance.Pane = value
public Pane Pane { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Pane

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace