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