Row constructor
Row(doc)
Initializes a new instance of the Row class.
Row(doc: Aspose.Words.DocumentBase)
Parameter | Type | Description |
---|---|---|
doc | DocumentBase | The owner document. |
Remarks
When Row is created, it belongs to the specified document, but is not
yet part of the document and Node.parentNode is null
.
To append Row to the document use CompositeNode.insertAfter() or CompositeNode.insertBefore() on the table where you want the row inserted.
See Also
- module Aspose.Words.Tables
- class Row