Spread Silverlight Documentation
Sparkline Property


GrapeCity.Windows.SpreadSheet.Data Namespace > Cell Class : Sparkline Property
Gets or sets sparkline information for a cell.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public ReadOnly Property Sparkline As Sparkline
'Usage
 
Dim instance As Cell
Dim value As Sparkline
 
value = instance.Sparkline
[System.ComponentModel.DefaultValue()]
public Sparkline Sparkline {get;}

Property Value

The sparkline information. The default value is null.
See Also

Reference

Cell Class
Cell Members