delete_text method

delete_text

Delete some characters.

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

See Also