Share via


LockText Constructors

Definition

Overloads

LockText()

Initializes a new instance of the LockText class.

LockText(String)

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

LockText()

Initializes a new instance of the LockText class.

public LockText ();
Public Sub New ()

Applies to

LockText(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to