Share via


RevGroup Constructors

Definition

Overloads

RevGroup()

Initializes a new instance of the RevGroup class.

RevGroup(OpenXmlElement[])

Initializes a new instance of the RevGroup class with the specified child elements.

RevGroup(IEnumerable<OpenXmlElement>)

Initializes a new instance of the RevGroup class with the specified child elements.

RevGroup(String)

Initializes a new instance of the RevGroup class from outer XML.

RevGroup()

Initializes a new instance of the RevGroup class.

public RevGroup ();
Public Sub New ()

Applies to

RevGroup(OpenXmlElement[])

Initializes a new instance of the RevGroup class with the specified child elements.

public RevGroup (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Excel.RevGroup : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Excel.RevGroup
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RevGroup(IEnumerable<OpenXmlElement>)

Initializes a new instance of the RevGroup class with the specified child elements.

public RevGroup (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Excel.RevGroup : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Excel.RevGroup
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RevGroup(String)

Initializes a new instance of the RevGroup class from outer XML.

public RevGroup (string outerXml);
new DocumentFormat.OpenXml.Office2016.Excel.RevGroup : string -> DocumentFormat.OpenXml.Office2016.Excel.RevGroup
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to