CustomSheetView Constructors

Definition

Overloads

CustomSheetView()

Initializes a new instance of the CustomSheetView class.

CustomSheetView(OpenXmlElement[])

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

CustomSheetView(IEnumerable<OpenXmlElement>)

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

CustomSheetView(String)

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

CustomSheetView()

Initializes a new instance of the CustomSheetView class.

public CustomSheetView ();
Public Sub New ()

Applies to

CustomSheetView(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomSheetView(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomSheetView(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to