Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / GetFlattenIndex Method


In This Topic
    GetFlattenIndex Method (SparklineStorage)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetFlattenIndex( _
       ByVal index As Integer, _
       ByRef row As Integer, _
       ByRef column As Integer _
    ) As Sparkline
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim index As Integer
    Dim row As Integer
    Dim column As Integer
    Dim value As Sparkline
     
    value = instance.GetFlattenIndex(index, row, column)
    public Sparkline GetFlattenIndex( 
       int index,
       out int row,
       out int column
    )

    Parameters

    index
    row
    column
    See Also