Share via


SecretEdit Constructors

Definition

Overloads

SecretEdit()

Initializes a new instance of the SecretEdit class.

SecretEdit(String)

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

SecretEdit()

Initializes a new instance of the SecretEdit class.

public SecretEdit ();
Public Sub New ()

Applies to

SecretEdit(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to