get_characters method

get_characters(self)

Returns all Characters objects that represents a range of characters within the cell text.

Returns

All Characters objects


def get_characters(self):
    ...

get_characters(self, flag)

Returns all Characters objects that represents a range of characters within the cell text.

Returns

All Characters objects


def get_characters(self, flag):
    ...
ParameterTypeDescription
flagboolIndicates whether applying table style to the cell if the cell is in the table.

See Also