Spread for ASP.NET 12 Product Documentation
AddSquareSparkline Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AddSquareSparkline Method
The data.
The location.
The type.
The setting.
if set to true [is column].
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)
public ExcelSparklineGroup AddSquareSparkline( 
   SheetCellRange data,
   CellRange location,
   SparklineType type,
   ExcelSparklineSetting setting,
   bool isColumn
)

Parameters

data
The data.
location
The location.
type
The type.
setting
The setting.
isColumn
if set to true [is column].
See Also

Reference

SheetView Class
SheetView Members