[]
        
(Showing Draft Content)

C1.PivotEngine.C1PivotEngine.GetPivotKey

GetPivotKey Method

GetPivotKey(DataColumn)

Gets the PivotKey associated with a DataColumn on a PivotEngine table.

Declaration
public PivotKey GetPivotKey(DataColumn column)
Parameters
Type Name Description
DataColumn column

DataColumn for which the key should be retrieved.

Returns
Type Description
PivotKey

The PivotKey associated with the column.

GetPivotKey(DataRow)

Gets the PivotKey associated with a DataRow on a PivotEngine table.

Declaration
public PivotKey GetPivotKey(DataRow row)
Parameters
Type Name Description
DataRow row

DataRow for which the key should be retrieved.

Returns
Type Description
PivotKey

The PivotKey associated with the row.