Gets the text of all cells in this row including the end of row character.
[Visual Basic]Overrides Public Function GetText() As
String [C#]public override
string GetText();
Remarks
Returns concatenated text of all child nodes with the end of row character ControlChar.Cell appended at the end.
The returned string includes all control and special characters as described in ControlChar.
See Also
Row Class | Aspose.Words.Tables Namespace