AcceleratorSecondary 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
AcceleratorSecondary() |
Initializes a new instance of the AcceleratorSecondary class. |
AcceleratorSecondary(String) |
Initializes a new instance of the AcceleratorSecondary class with the specified text content. |
AcceleratorSecondary()
Initializes a new instance of the AcceleratorSecondary class.
public AcceleratorSecondary ();
Public Sub New ()
Applies to
AcceleratorSecondary(String)
Initializes a new instance of the AcceleratorSecondary class with the specified text content.
public AcceleratorSecondary (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.