[]
Gets or sets the text of the current text run.
string Text { get; set; }
Property Text As String
IRichText richText = worksheet.Range["A1"].RichText; ITextRun run = richText.Add("Document Solutions"); string text = run.Text;