Aracılığıyla paylaş


SequenceOfReferences Constructors

Definition

Overloads

SequenceOfReferences()

Initializes a new instance of the SequenceOfReferences class.

SequenceOfReferences(String)

Initializes a new instance of the SequenceOfReferences class with the specified text content.

SequenceOfReferences()

Initializes a new instance of the SequenceOfReferences class.

public SequenceOfReferences ();
Public Sub New ()

Applies to

SequenceOfReferences(String)

Initializes a new instance of the SequenceOfReferences class with the specified text content.

public SequenceOfReferences (string text);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences : string -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to