Table Class |
Namespace: SOWIDocument.Word
The Table type exposes the following members.
| Name | Description | |
|---|---|---|
| Table |
Initializes a new instance of the Table class.
Constructor without parameter
| |
| Table(Document) |
Initializes a new instance of the Table class.
Constructor with parameter
|
| Name | Description | |
|---|---|---|
| AddRow |
Clone last row of table and append to table
| |
| AddTextByBookmark |
Text array write in table of bookmark name (column).
Rows append of array count.
| |
| GetColumnCount |
Get table column count
| |
| GetNames |
Get tables name
| |
| GetRowCount |
Get table row count
| |
| GetTable |
Get Word table
| |
| Refresh |
Refresh table list (Tables)
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |