DocumentVisitor.VisitTableRowEnd Method

Aspose.Note for .NET API

DocumentVisitorVisitTableRowEnd Method

End to visit the TableRow node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public virtual void VisitTableRowEnd(
	TableRow tableRow
)
Public Overridable Sub VisitTableRowEnd ( 
	tableRow As TableRow
)
public:
virtual void VisitTableRowEnd(
	TableRow^ tableRow
)
abstract VisitTableRowEnd : 
        tableRow : TableRow -> unit 
override VisitTableRowEnd : 
        tableRow : TableRow -> unit 

Parameters

tableRow
Type: Aspose.NoteTableRow
The TableRow node.
See Also