DefaultButton Constructors

Definition

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.

Applies to