GrapeCity.Xaml.Excel
Text Property (TextRun)


GrapeCity.Excel.Chart Namespace > TextRun Class : Text Property
The content of the text run.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As TextRun
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
See Also

Reference

TextRun Class
TextRun Members