PivotDataGetDimensionKeys Method (String)

NReco.PivotData Class Library Documentation
Returns keys of specified dimensions

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public Object[][] GetDimensionKeys(
	string[] dims
)

Parameters

dims
Type: SystemString
list of dimensions

Return Value

Type: Object
array of keys for specified dimensions
See Also

Reference