insert_text method

insert_text

Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting.

def insert_text(self, index, text):
    ...
ParameterTypeDescription
indexintThe index.
textstrInserted text.

See Also