[]
Gets a DataTable containing the raw records represented by an FlexPivot cell.
public DataTable GetDetail(int row, int col)
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. |
Type | Description |
---|---|
DataTable | A DataTable containing the raw records represented by the given FlexPivot cell. |