共用方式為


RevisionState Constructors

Definition

Overloads

RevisionState()

Initializes a new instance of the RevisionState class.

RevisionState(OpenXmlElement[])

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

RevisionState(IEnumerable<OpenXmlElement>)

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

RevisionState(String)

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

RevisionState()

Initializes a new instance of the RevisionState class.

public RevisionState ();
Public Sub New ()

Applies to

RevisionState(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RevisionState(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RevisionState(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to