CustomSheetViews Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CustomSheetViews() |
Initializes a new instance of the CustomSheetViews class. |
CustomSheetViews(OpenXmlElement[]) |
Initializes a new instance of the CustomSheetViews class with the specified child elements. |
CustomSheetViews(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the CustomSheetViews class with the specified child elements. |
CustomSheetViews(String) |
Initializes a new instance of the CustomSheetViews class from outer XML. |
CustomSheetViews()
Initializes a new instance of the CustomSheetViews class.
public CustomSheetViews ();
Public Sub New ()
Applies to
CustomSheetViews(OpenXmlElement[])
Initializes a new instance of the CustomSheetViews class with the specified child elements.
public CustomSheetViews (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
CustomSheetViews(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CustomSheetViews class with the specified child elements.
public CustomSheetViews (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
CustomSheetViews(String)
Initializes a new instance of the CustomSheetViews class from outer XML.
public CustomSheetViews (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews : string -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.