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

Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
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 .
See Also