Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Text Property


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

Property Value

text
See Also