delete_text method
delete_text(self, index, count)
Delete some characters.
def delete_text(self, index, count):
    ...
| Parameter | Type | Description | 
|---|---|---|
| index | int | The start index. | 
| count | int | The count of characters. | 
See Also
- module aspose.cells.drawing.texts
- class FontSettingCollection