HtmlTextAreaScriptCollection Methods

Spotfire 14.3 API Reference

The HtmlTextAreaScriptCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a script to the collection.
Public methodAddRange
Adds multiple scripts to the collection.
Public methodClear
Removes all scripts from the collection.
Public methodContains
Determines whether a script is in the collection.
Public methodCopyTo
Copies the entire collection to an array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection of scripts.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified script and returns the zero-based index of the first occurrence within the collection.
Public methodInsert
Inserts a script into the collection at the specified index.
Public methodRemove
Removes a script from the collection.
Public methodRemoveAll
Removes all scripts that match the conditions defined by the specified predicate.
Public methodRemoveAt
Removes the script at the specified index of the collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through the collection of scripts.
Top
See Also

Reference