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