Click or drag to resize

TagList Append Method

Adds a new tag to collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
	string name,
	string value
)

Parameters

name
Type: System String
The name of the tag.
value
Type: System String
The value of the tag.

Return Value

Type: Int32
The index of the added tag.
See Also