Aspose::Words::Tables::Row::GetText method

Row::GetText method

Gets the text of all cells in this row including the end of row character.

System::String Aspose::Words::Tables::Row::GetText() override

Remarks

Returns concatenated text of all child nodes with the end of row character Cell appended at the end.

The returned string includes all control and special characters as described in ControlChar.

See Also