Aspose::Words::DocumentVisitor::VisitRowStart method

DocumentVisitor::VisitRowStart method

Called when enumeration of a table row has started.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitRowStart(System::SharedPtr<Aspose::Words::Tables::Row> row)
ParameterTypeDescription
rowSystem::SharedPtr<Aspose::Words::Tables::Row>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also