Adds an item to the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	TagListInputParamsItem item
)
Visual Basic
Public Function Add ( _
	item As TagListInputParamsItem _
) As Integer

Parameters

item
Type: C1.C1Preview..::..TagListInputParamsItem
The item to add.

Return Value

The index of the newly added item.

See Also