Dimension keys that represent columns of the pivot table
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
public ValueKey[] ColumnKeys { get; }
Public ReadOnly Property ColumnKeys As ValueKey()
Get
public:
virtual property array<ValueKey^>^ ColumnKeys {
array<ValueKey^>^ get () sealed;
}
abstract ColumnKeys : ValueKey[] with get
override ColumnKeys : ValueKey[] with get
Property Value
Type:
ValueKeyImplements
IPivotTableColumnKeys
These keys are used for iterating by pivot table columns indexes.
Order of table columns can be easily changed by reordering of
ColumnKeys array.
Reference