Reporting

Adds new item in the IList

Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
int IList.Add(
	Object value
)
Visual Basic
Private Function Add ( _
	value As Object _
) As Integer Implements IList.Add

Parameters

value
Type: System..::..Object
Item to add

Return Value

Item index in IList

Implements

IList..::..Add(Object)

Version Information

Supported in: 1.0.1

See Also