Aspose::Words::DocumentVisitor::VisitCellEnd method

DocumentVisitor::VisitCellEnd method

Called when enumeration of a table cell has ended.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitCellEnd(System::SharedPtr<Aspose::Words::Tables::Cell> cell)
ParameterTypeDescription
cellSystem::SharedPtr<Aspose::Words::Tables::Cell>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also