FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / Sparkline Property


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

Property Value

The sparkline.
See Also