Adds a Tag object to the current collection.

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

Syntax

C#
public int Add(
	Tag tag
)
Visual Basic
Public Function Add ( _
	tag As Tag _
) As Integer

Parameters

tag
Type: C1.C1Preview..::..Tag
The object to add.

Return Value

The index of the newly added object.

See Also