HtmlTextAreaScriptCollection Class

Spotfire 14.3 API Reference
A collection of scripts in a HtmlTextArea.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ScriptingHtmlTextAreaScriptCollection

Namespace:  Spotfire.Dxp.Application.Scripting
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class HtmlTextAreaScriptCollection : IList<HtmlTextAreaScript>, 
	ICollection<HtmlTextAreaScript>, IEnumerable<HtmlTextAreaScript>, IEnumerable

The HtmlTextAreaScriptCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of scripts in the collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyItem
Gets or sets the script at the specified index.
Top
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
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference