TableRow Constructor

Aspose.Note for .NET API

TableRow Constructor

Initializes a new instance of the TableRow class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
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.
See Also