FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AddSparkline Method / AddSparkline(SheetCellRange,CellRange,SparklineType,ExcelSparklineSetting) Method
Data
Location for the sparkline
Type of sparkline
Setting


In This Topic
AddSparkline(SheetCellRange,CellRange,SparklineType,ExcelSparklineSetting) Method
In This Topic
Adds the sparkline.
Syntax
'Declaration
 
Public Overloads Function AddSparkline( _
   ByVal data As SheetCellRange, _
   ByVal location As CellRange, _
   ByVal type As SparklineType, _
   ByVal setting As ExcelSparklineSetting _
) As ExcelSparklineGroup
 
'Usage
 
Dim instance As SheetView
Dim data As SheetCellRange
Dim location As CellRange
Dim type As SparklineType
Dim setting As ExcelSparklineSetting
Dim value As ExcelSparklineGroup
 
value = instance.AddSparkline(data, location, type, setting)

Parameters

data
Data
location
Location for the sparkline
type
Type of sparkline
setting
Setting
See Also