Class OdfTextTableInfo
Represents summary information for a table in a text document. 表示文字文件中的表格摘要。
public sealed class OdfTextTableInfo
- Inheritance
-
OdfTextTableInfo
- Inherited Members
Properties
ColumnCount
Gets the maximum column count of the table. 取得表格最大欄數。
public int ColumnCount { get; }
Property Value
Name
Gets the table name. 取得表格名稱。
public string? Name { get; }
Property Value
RowCount
Gets the table row count. 取得表格列數。
public int RowCount { get; }