共用方式為


Table Constructors

Definition

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.

Applies to