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


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

Property Value

The id.
See Also