[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITextRun.Text

Text Property

Text

Gets or sets the text of the current text run.

Declaration
string Text { get; set; }
Property Text As String
Examples
IRichText richText = worksheet.Range["A1"].RichText;
ITextRun run = richText.Add("Document Solutions");
string text = run.Text;