[]
com.grapecity.documents.excel.IShape
.add()
void
delete()
get(int index)
ITextRange
with the specified index.int
getCount()
getFont()
IFontFormat
object that represents character formattingfor the IFontFormat
object.int
getIndex()
ITextRange
getRuns()
ITextRange
getText()
getType()
ITextRange
.void
void
setTextAlignment(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.ITextRange
ITextRange
.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.