Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Sparklines Property


In This Topic
Sparklines Property
In This Topic
Gets the sparkline storage of this worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Sparklines As SparklineStorage
 
'Usage
 
Dim instance As Worksheet
Dim value As SparklineStorage
 
value = instance.Sparklines
See Also