Spread Windows Forms 12.0 Product Documentation
Sparkline Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Cell Class : Sparkline Property
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
public Sparkline Sparkline {get; set;}

Property Value

The sparkline.
See Also

Reference

Cell Class
Cell Members