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