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


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