AcceleratorPrimary 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
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.