CustomSheetView.Pane Property

Pane Split Information.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 CustomSheetView
Dim value As Pane

value = instance.Pane

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Pane
Returns Pane.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace