ScriptText Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ScriptText() |
Initializes a new instance of the ScriptText class. |
ScriptText(String) |
Initializes a new instance of the ScriptText class with the specified text content. |
ScriptText()
Initializes a new instance of the ScriptText class.
public ScriptText ();
Public Sub New ()
Applies to
ScriptText(String)
Initializes a new instance of the ScriptText class with the specified text content.
public ScriptText (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.