BookViews Constructors

Definition

Overloads

BookViews()

Initializes a new instance of the BookViews class.

BookViews(OpenXmlElement[])

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

BookViews(IEnumerable<OpenXmlElement>)

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

BookViews(String)

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

BookViews()

Initializes a new instance of the BookViews class.

public BookViews ();
Public Sub New ()

Applies to

BookViews(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BookViews(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BookViews(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to