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