共用方式為


RevExFuture Constructors

Definition

Overloads

RevExFuture()

Initializes a new instance of the RevExFuture class.

RevExFuture(OpenXmlElement[])

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

RevExFuture(IEnumerable<OpenXmlElement>)

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

RevExFuture(String)

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

RevExFuture()

Initializes a new instance of the RevExFuture class.

public RevExFuture ();
Public Sub New ()

Applies to

RevExFuture(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RevExFuture(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RevExFuture(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to