Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sparkline Class / Tag Property


In This Topic
Tag Property (Sparkline)
In This Topic
Gets or sets the object that contains data about the sparkline.
Syntax
'Declaration
 
Public Property Tag As Object
 
'Usage
 
Dim instance As Sparkline
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
See Also