Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / Sparkline Property


In This Topic
Sparkline Property
In This Topic
Gets or sets the sparkline.
Syntax
'Declaration
 
Public Property Sparkline As Sparkline
 
'Usage
 
Dim instance As Cell
Dim value As Sparkline
 
instance.Sparkline = value
 
value = instance.Sparkline

Property Value

The sparkline.
See Also