'宣言 Public Overloads Function GetDetail( _ ByVal row As System.Data.DataRow, _ ByVal columnName As System.String _ ) As System.Collections.IList
public System.Collections.IList GetDetail( System.Data.DataRow row, System.string columnName )
パラメータ
- row
- System.Data.DataRow that contains the PivotEngine cell.
- columnName
- Name of the column that contains the PivotEngine cell.
戻り値の型
A list of objects in the raw data source that define the content of the specified PivotEngine cell.