[]
com.grapecity.documents.excel.IShape.add()voiddelete()get(int index) ITextRange with the specified index.intgetCount()getFont()IFontFormat object that represents character formattingfor the IFontFormat object.intgetIndex()ITextRangegetRuns()ITextRangegetText()getType()ITextRange.voidvoidsetTextAlignment(TextAlignmentAnchor textAlignment) IFontFormat object that represents character formattingfor the IFontFormat object.ITextRange This method is only used in TextRangeType.Body; otherwise, it throws InvalidOperateExecption.
ITextRange This method is only used in TextRangeType.Paragraph; otherwise, it throws InvalidOperateExecption.
ITextRange with the specified index.index - The index.ITextRangeITextRange.newText - The new text.ITextRange. This property is only used in Body and Paragraph. Use this property on Body and it will add a paragraph with a run. Use this property on Paragraph and it will add a run.newText - The new text.position - The position that you want to insert.ITextRange. This property is only used in Body and Paragraph. Use this property on Body and it will add a paragraph with a run. Use this property on Paragraph and it will add a run.