GrapeCity.Xaml.SpreadSheet.Data
GetSparkline Method (ISparklineSheet)


GrapeCity.Xaml.SpreadSheet.Data Namespace > ISparklineSheet Interface : GetSparkline Method
The row.
The column.
Gets the sparkline.
Syntax
'Declaration
 
Function GetSparkline( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Sparkline
'Usage
 
Dim instance As ISparklineSheet
Dim row As Integer
Dim column As Integer
Dim value As Sparkline
 
value = instance.GetSparkline(row, column)
Sparkline GetSparkline( 
   int row,
   int column
)

Parameters

row
The row.
column
The column.

Return Value

The sparkline.
See Also

Reference

ISparklineSheet Interface
ISparklineSheet Members