WorkbookView Constructors

Definition

Overloads

WorkbookView()

Initializes a new instance of the WorkbookView class.

WorkbookView(OpenXmlElement[])

Initializes a new instance of the WorkbookView class with the specified child elements.

WorkbookView(IEnumerable<OpenXmlElement>)

Initializes a new instance of the WorkbookView class with the specified child elements.

WorkbookView(String)

Initializes a new instance of the WorkbookView class from outer XML.

WorkbookView()

Initializes a new instance of the WorkbookView class.

public WorkbookView ();
Public Sub New ()

Applies to

WorkbookView(OpenXmlElement[])

Initializes a new instance of the WorkbookView class with the specified child elements.

public WorkbookView (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.WorkbookView : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.WorkbookView
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WorkbookView(IEnumerable<OpenXmlElement>)

Initializes a new instance of the WorkbookView class with the specified child elements.

public WorkbookView (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.WorkbookView : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.WorkbookView
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WorkbookView(String)

Initializes a new instance of the WorkbookView class from outer XML.

public WorkbookView (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.WorkbookView : string -> DocumentFormat.OpenXml.Spreadsheet.WorkbookView
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to