TagsColumnTagValues Property

Spotfire 14.3 API Reference
Gets or sets a readonly list of the current tag values defined. The order of the tag values defines the sort order of the tags column. If the empty string is not part of the collection of tag values it will be automatically be added to the end of the list. A string in the tag values collection cannot be longer than 150 characters.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public IList<string> TagValues { get; set; }

Property Value

Type: IListString
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the column is not a tags column anymore.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference