ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / GetDetail Method
Index of the row that contains the Olap cell.
Index of the column that contains the Olap cell.

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

    Parameters

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

    Return Value

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