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

Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also