Aracılığıyla paylaş


RevExStream Constructors

Definition

Overloads

RevExStream()

Initializes a new instance of the RevExStream class.

RevExStream(OpenXmlElement[])

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

RevExStream(IEnumerable<OpenXmlElement>)

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

RevExStream(String)

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

RevExStream()

Initializes a new instance of the RevExStream class.

public RevExStream ();
Public Sub New ()

Applies to

RevExStream(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RevExStream(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RevExStream(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to