IRichTextString module
- class IRichTextString.IRichTextString
Bases:
IExcelApplication,IOptimizedUpdate- abstract Append(text: str, font: IFont)
- abstract Clear()
- abstract ClearFormatting()
- abstract GetFont(index: int) IFont
- abstract property IsFormatted: bool
- abstract property RtfText: str
- abstract SetFont(iStartPos: int, iEndPos: int, font: IFont)
- abstract property Text: str