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

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.
