DefaultButton 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
DefaultButton() |
Initializes a new instance of the DefaultButton class. |
DefaultButton(String) |
Initializes a new instance of the DefaultButton class with the specified text content. |
DefaultButton()
Initializes a new instance of the DefaultButton class.
public DefaultButton ();
Public Sub New ()
Applies to
DefaultButton(String)
Initializes a new instance of the DefaultButton class with the specified text content.
public DefaultButton (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.