Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ISparklineSheet Interface / GetSparkline Method
The row.
The column.


In This Topic
    GetSparkline Method (ISparklineSheet)
    In This Topic
    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