Initializes a new instance of the Table class.
[Visual Basic]Public Sub New( _
ByVal
doc As
Document _
)
Parameters
- doc
- The owner document.
Remarks
When Table is created, it belongs to the specified document, but is not yet part of the document and ParentNode is null.
To append Table to the document use InsertAfter or InsertBefore on the story where you want the table inserted.
See Also
Table Class | Aspose.Words.Tables Namespace