DocumentVisitor.VisitTableRowStart Method

Aspose.Note for .NET API

DocumentVisitorVisitTableRowStart Method

Start to visit the TableRow node.

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

Parameters

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