Aspose::Words::DocumentVisitor::VisitRowEnd method
DocumentVisitor::VisitRowEnd method
Called when enumeration of a table row has ended.
virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitRowEnd(System::SharedPtr<Aspose::Words::Tables::Row> row)
Parameter | Type | Description |
---|---|---|
row | System::SharedPtr<Aspose::Words::Tables::Row> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class Row
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++