Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
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.
Renames a tag value in the list of TagValues. The old tag value has to be part of the Spotfire.Dxp.Data.TagsColumn.TagValues list and may not be the empty string. The new tag values must not be part of the Spotfire.Dxp.Data.TagsColumn.TagValues list and may not be the empty string. The new tag value cannot be longer than 150 characters.
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 Spotfire.Dxp.Data.TagsColumn.TagValues list.
The row value. The row value has to be part of the Spotfire.Dxp.Data.TagsColumn.TagValues list.
The row mask defining the rows which should be tagged.
An instance of this class can be retrieved from a Spotfire.Dxp.Data.DataColumn using the Spotfire.Dxp.Data.DataColumn.As method when the column type of the Spotfire.Dxp.Data.DataColumn is Tags. This class is used for modifying the tags column.
Since
2.0