ComponentOne FlexPivot for WinForms
GetDetail Method (C1FlexPivotGrid)

C1.Win.FlexPivot.4 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.
Gets a System.Data.DataTable containing the raw records represented by an FlexPivot 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 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

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members