Spread for ASP.NET 12 Product Documentation
AddSparkline(String,String,SparklineType,ExcelSparklineSetting) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > AddSparkline Method : AddSparkline(String,String,SparklineType,ExcelSparklineSetting) Method
The data reference.
The location reference.
The type.
The setting.
Adds the sparkline.
Syntax
'Declaration
 
Public Overloads Function AddSparkline( _
   ByVal dataRef As String, _
   ByVal locationRef As String, _
   ByVal type As SparklineType, _
   ByVal setting As ExcelSparklineSetting _
) As ExcelSparklineGroup
'Usage
 
Dim instance As SheetView
Dim dataRef As String
Dim locationRef As String
Dim type As SparklineType
Dim setting As ExcelSparklineSetting
Dim value As ExcelSparklineGroup
 
value = instance.AddSparkline(dataRef, locationRef, type, setting)

Parameters

dataRef
The data reference.
locationRef
The location reference.
type
The type.
setting
The setting.
See Also

Reference

SheetView Class
SheetView Members
Overload List