RevisionFormat Constructors

Definition

Overloads

RevisionFormat()

Initializes a new instance of the RevisionFormat class.

RevisionFormat(OpenXmlElement[])

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

RevisionFormat(IEnumerable<OpenXmlElement>)

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

RevisionFormat(String)

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

RevisionFormat()

Initializes a new instance of the RevisionFormat class.

public RevisionFormat ();
Public Sub New ()

Applies to

RevisionFormat(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RevisionFormat(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RevisionFormat(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to