SecretEdit 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
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.