[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITextRange.Text

Text Property

Text

Gets or sets a String value that represents the text in a text range (read/write).

Declaration
string Text { get; set; }
Property Text As String
Examples
ITextRange textRange = shape.TextFrame.TextRange;
textRange.Text = "Sales Report";
string text = textRange.Text;