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