Share via


ScriptExtended Constructors

Definition

Overloads

ScriptExtended()

Initializes a new instance of the ScriptExtended class.

ScriptExtended(String)

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

ScriptExtended()

Initializes a new instance of the ScriptExtended class.

public ScriptExtended ();
Public Sub New ()

Applies to

ScriptExtended(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to