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