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
)
Public Function Append (
name As String,
value As String
) As Integer
public:
int Append(
String^ name,
String^ value
)
member Append :
name : string *
value : string -> int
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