Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BlipChart Class / Name Property


In This Topic
Name Property (BlipChart)
In This Topic
Gets or sets the name of the BlipChart.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As BlipChart
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

The name.
See Also