[]
        
(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)
Public Function GetPivotKey(column As DataColumn) As PivotKey
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)
Public Function GetPivotKey(row As DataRow) As PivotKey
Parameters
Type Name Description
DataRow row

DataRow for which the key should be retrieved.

Returns
Type Description
PivotKey

The PivotKey associated with the row.