Share via


ReferenceSequence Constructors

Definition

Overloads

ReferenceSequence()

Initializes a new instance of the ReferenceSequence class.

ReferenceSequence(String)

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

ReferenceSequence()

Initializes a new instance of the ReferenceSequence class.

public ReferenceSequence ();
Public Sub New ()

Applies to

ReferenceSequence(String)

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

public ReferenceSequence (string text);
new DocumentFormat.OpenXml.Office.Excel.ReferenceSequence : string -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to