PageableList T  Add Method (Object) TIBCO Spotfire 6.5 API Reference

Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public int Add(
	Object value
)

Parameters

value
Type: System Object
The object to be added to the PageableList T .

Return Value

Type: Int32
The position into which the new element was inserted.

Implements

IList Add(Object)
Exceptions

ExceptionCondition
System InvalidOperationExceptionThrown if the list is read-only
System ArgumentExceptionvalue is of a type that is not assignable to the PageableList T .
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also