Aspose.Note for .Net
TableRow Constructor |
Initializes a new instance of the TableRow class.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public TableRow( Document document )
Public Sub New ( document As Document )
public: TableRow( Document^ document )
new : document : Document -> TableRow
Parameters
- document
- Type: Aspose.NoteDocument
The parent document of the table row.
