SourceView Methods

Spotfire 14.3 API Reference

The SourceView type exposes the following members.

Methods

  NameDescription
Public methodAddColumnsAfter
Adds columns after the specified operation.
Public methodAddRowsAfter
Adds rows after the specified operation.
Public methodAddTransformationAfter
Adds a transformation after the specified operation.
Public methodAddTransformationsAfter
Adds transformations after the specified operation.
Public methodCanAddColumnsAfter
Checks whether it is possible to add columns after the specified operation.
Public methodCanAddRowsAfter
Checks whether it is possible to add rows after the specified operation.
Public methodCanAddTransformationsAfter
Checks whether it is possible to add transformations after the specified operation.
Public methodCanRemoveOperation
Checks whether the specified DataOperation can be removed.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAllOperationsT
Gets all DataOperations of a certain type.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveOperation
Removes the specified DataOperation. As a side effect, other operations may be removed as well, e.g., an add rows operation will implicitly be removed when removing either of its source inputs.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference