共用方式為


AcceleratorPrimary Constructors

Definition

Overloads

AcceleratorPrimary()

Initializes a new instance of the AcceleratorPrimary class.

AcceleratorPrimary(String)

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

AcceleratorPrimary()

Initializes a new instance of the AcceleratorPrimary class.

public AcceleratorPrimary ();
Public Sub New ()

Applies to

AcceleratorPrimary(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to