Share via


Disable3DForListBoxAndDropDown Constructors

Definition

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.

Applies to