Sets 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
Sets() |
Initializes a new instance of the Sets class. |
Sets(OpenXmlElement[]) |
Initializes a new instance of the Sets class with the specified child elements. |
Sets(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Sets class with the specified child elements. |
Sets(String) |
Initializes a new instance of the Sets class from outer XML. |
Sets()
Initializes a new instance of the Sets class.
public Sets ();
Public Sub New ()
Applies to
Sets(OpenXmlElement[])
Initializes a new instance of the Sets class with the specified child elements.
public Sets (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.Sets : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.Sets
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Sets(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Sets class with the specified child elements.
public Sets (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.Sets : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.Sets
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Sets(String)
Initializes a new instance of the Sets class from outer XML.
public Sets (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.Sets : string -> DocumentFormat.OpenXml.Spreadsheet.Sets
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.