TableCell Constructor

Aspose.Note for .NET API

TableCell Constructor

Initializes a new instance of the TableCell class.

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

Parameters

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