'Declaration
Public Function GetDetail( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Data.DataTable
public System.Data.DataTable GetDetail(
System.int ,
System.int
)
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.