[]
Gets the PivotKey associated with a DataColumn on a PivotEngine table.
public PivotKey GetPivotKey(DataColumn column)
| Type | Name | Description |
|---|---|---|
| DataColumn | column | DataColumn for which the key should be retrieved. |
| Type | Description |
|---|---|
| PivotKey | The PivotKey associated with the |
public PivotKey GetPivotKey(DataRow row)
| Type | Name | Description |
|---|---|---|
| DataRow | row | DataRow for which the key should be retrieved. |
| Type | Description |
|---|---|
| PivotKey | The PivotKey associated with the |