Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AddSquareSparkline Method
Data
Location of sparkline
Type of sparkline
Setting
If set to true [is column]


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

Parameters

data
Data
location
Location of sparkline
type
Type of sparkline
setting
Setting
isColumn
If set to true [is column]
See Also