delete_text method

delete_text(self, index, count)

Delete some characters.


def delete_text(self, index, count):
    ...
ParameterTypeDescription
indexintThe start index.
countintThe count of characters.

See Also