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