Table Constructor

Aspose.Note for .NET API

Table Constructor

Initializes a new instance of the Table class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public Table(
	Document document
)
Public Sub New ( 
	document As Document
)
public:
Table(
	Document^ document
)
new : 
        document : Document -> Table

Parameters

document
Type: Aspose.NoteDocument
The parent document of the table.
See Also