DataColumnProperties Methods

Spotfire 14.3 API Reference

The DataColumnProperties type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperty
Gets the value of a named property.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasPropertyValue
Checks if the column has a value for a named property.
Public methodPropagate(ImportContext)
Create a new collection of column properties where all the properties that are defined in the DataPropertyRegistry with the DataPropertyAttributesIsPropagated are forwarded.
Public methodPropagate(ImportContext, Boolean, IDataFormatter, DataType)
Create a new collection of column properties where all the properties that are defined in the DataPropertyRegistry with the DataPropertyAttributesIsPropagated are forwarded.
Public methodPropertyExists
Checks if a property with a given name exists.
Public methodSetCustomSortOrder
Sets a custom sort order. The values in values must be of the same type as the values in the column. Column values not present in values will be sorted last.
Public methodSetProperty
Sets the value of a named property. The property has to be defined in the DataPropertyRegistry and the value has to be of the same type as defined in the registry.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetCustomSortOrder
Tries to get the custom sort order of the column, if any.
Top
See Also

Reference