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


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

Property Value

The id.
See Also