Share via


Revisions Constructors

Definition

Overloads

Revisions()

Initializes a new instance of the Revisions class.

Revisions(OpenXmlElement[])

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

Revisions(IEnumerable<OpenXmlElement>)

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

Revisions(String)

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

Revisions()

Initializes a new instance of the Revisions class.

public Revisions ();
Public Sub New ()

Applies to

Revisions(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Revisions(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Revisions(String)

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

public Revisions (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.Revisions : string -> DocumentFormat.OpenXml.Spreadsheet.Revisions
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to