HtmlTextAreaScriptCollection.Item Property

Spotfire 14.5 API Reference
Gets or sets the script at the specified index.

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

C#
public HtmlTextAreaScript this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32
The zero-based index of the script to get or set.

Return Value

Type: HtmlTextAreaScript
The script at the specified index.

Implements

IList<T>.Item[Int32]
Version Information

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

Reference