DocumentVisitor.VisitTableRowStart

DocumentVisitor.VisitTableRowStart method

Start to visit the TableRow node.

public virtual void VisitTableRowStart(TableRow tableRow)
ParameterTypeDescription
tableRowTableRowThe TableRow node.

See Also