Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetSparkline(Int32,Int32) Method
Row index
Column index


In This Topic
GetSparkline(Int32,Int32) Method
In This Topic
Gets the sparkline information.
Syntax
'Declaration
 
Public Function GetSparkline( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Sparkline
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As Sparkline
 
value = instance.GetSparkline(row, column)

Parameters

row
Row index
column
Column index
See Also