共用方式為


FirstButton Constructors

Definition

Overloads

FirstButton()

Initializes a new instance of the FirstButton class.

FirstButton(String)

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

FirstButton()

Initializes a new instance of the FirstButton class.

public FirstButton ();
Public Sub New ()

Applies to

FirstButton(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to