Click or drag to resize

Table Class

Word table handling
Inheritance Hierarchy
SystemObject
  SOWIDocument.WordTable

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Table

The Table type exposes the following members.

Constructors
  NameDescription
Public methodTable
Initializes a new instance of the Table class. Constructor without parameter
Public methodTable(Document)
Initializes a new instance of the Table class. Constructor with parameter
Top
Methods
  NameDescription
Public methodAddRow
Clone last row of table and append to table
Public methodAddTextByBookmark
Text array write in table of bookmark name (column).

Rows append of array count.

Public methodGetColumnCount
Get table column count
Public methodGetNames
Get tables name
Public methodGetRowCount
Get table row count
Private methodGetTable
Get Word table
Public methodRefresh
Refresh table list (Tables)
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
Remarks
As a sub object from Document

See Also