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