GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartTextElement Class / Text Property


In This Topic
Text Property (SpreadChartTextElement)
In This Topic
Gets or sets the text.
Syntax
'Declaration
 
Public Overridable Property Text As String
 
'Usage
 
Dim instance As SpreadChartTextElement
Dim value As String
 
instance.Text = value
 
value = instance.Text

Property Value

The text.
See Also