[]
        
(Showing Draft Content)

C1.Win.FlexPivot.C1FlexPivotGrid.GetDetail

GetDetail Method

GetDetail(int, int)

Gets a DataTable containing the raw records represented by an FlexPivot cell.

Declaration
public DataTable GetDetail(int row, int col)
Parameters
Type Name Description
int row

Index of the row that contains the FlexPivot cell.

int col

Index of the column that contains the FlexPivot cell.

Returns
Type Description
DataTable

A DataTable containing the raw records represented by the given FlexPivot cell.