DefinedName Constructors

Definition

Overloads

DefinedName()

Initializes a new instance of the DefinedName class.

DefinedName(String)

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

DefinedName()

Initializes a new instance of the DefinedName class.

public DefinedName ();
Public Sub New ()

Applies to

DefinedName(String)

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

public DefinedName (string text);
new DocumentFormat.OpenXml.Spreadsheet.DefinedName : string -> DocumentFormat.OpenXml.Spreadsheet.DefinedName
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to