AcceleratorPrimary 构造函数

定义

重载

AcceleratorPrimary()

初始化 AcceleratorPrimary 类的新实例。

AcceleratorPrimary(String)

使用指定的文本内容初始化 AcceleratorPrimary 类的新实例。

AcceleratorPrimary()

初始化 AcceleratorPrimary 类的新实例。

public AcceleratorPrimary();
Public Sub New ()

适用于

AcceleratorPrimary(String)

使用指定的文本内容初始化 AcceleratorPrimary 类的新实例。

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

参数

text
String

指定 元素的文本内容。

适用于