TagsColumn Class

Spotfire 14.3 API Reference
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataTagsColumn

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 sealed class TagsColumn

The TagsColumn type exposes the following members.

Properties

  NameDescription
Public propertyTagValues
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.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Freezes this tag column. After this operation is performed it is not possible anymore to use the column as a tags column anymore.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRenameTagValue
Renames a tag value in the list of TagValues. The old tag value has to be part of the TagValues list and may not be the empty string. The new tag values must not be part of the TagValues list and may not be the empty string. The new tag value cannot be longer than 150 characters.
Public methodTag
Tag the specified rows with the given value. The row mask has to match current rowcount in the table and the value has to be part of the TagValues list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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