ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetDetail Method
Index of the row that contains the FlexPivot cell.
Index of the column that contains the FlexPivot cell.

In This Topic
    GetDetail Method (C1FlexPivotGrid)
    In This Topic
    Gets a System.Data.DataTable containing the raw records represented by an FlexPivot cell.
    Syntax
    'Declaration
     
    Public Function GetDetail( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As DataTable
    public DataTable GetDetail( 
       int row,
       int col
    )

    Parameters

    row
    Index of the row that contains the FlexPivot cell.
    col
    Index of the column that contains the FlexPivot cell.

    Return Value

    A System.Data.DataTable containing the raw records represented by the given FlexPivot cell.
    See Also