get_text method

get_text()

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

def get_text(self):
    ...

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