TagsColumn TagValues Property TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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

Property Value

Type: IList String 
Exceptions

ExceptionCondition
System InvalidOperationExceptionThrown if the column is not a tags column anymore.
See Also