[]
Gets a list of unique values found in the data source for this field.
public virtual List<object> GetUniqueValues()
Type | Description |
---|---|
List<object> | A list of unique values found in the data source for this field. |
This list is updated whenever the C1PivotEngine traverses the data to build the output table. Calling this method before the engine builds the output table returns an empty collection.