TagsColumn Class TIBCO Spotfire 7.6 API Reference
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataTagsColumn

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

C#
public sealed class TagsColumn

The TagsColumn type exposes the following members.

Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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.
Top
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
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference