Aspose.Note for .Net
DocumentVisitorVisitTableRowEnd Method |
End to visit the TableRow node.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

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.
