Disable3D Constructors

Definition

Overloads

Disable3D()

Initializes a new instance of the Disable3D class.

Disable3D(String)

Initializes a new instance of the Disable3D class with the specified text content.

Disable3D()

Initializes a new instance of the Disable3D class.

public Disable3D ();
Public Sub New ()

Applies to

Disable3D(String)

Initializes a new instance of the Disable3D class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to