DataColumnProperties Methods TIBCO Spotfire 7.6 API Reference

The DataColumnProperties type exposes the following members.

Methods

  Name Description
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetProperty
Gets the value of a named property.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HasPropertyValue
Checks if the column has a value for a named property.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Propagate(ImportContext)
Create a new collection of column properties where all the properties that are defined in the DataPropertyRegistry with the DataPropertyAttributesIsPropagated are forwarded.
Public method Propagate(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 method PropertyExists
Checks if a property with a given name exists.
Public method SetCustomSortOrder
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 method SetProperty
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 method TryGetCustomSortOrder
Tries to get the custom sort order of the column, if any.
Top
See Also

Reference