ICustomDocumentProperties
Add Method (String, String)
|
Adds element to the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Add(
string strName,
string value
)
Sub Add (
strName As String,
value As String
)
void Add(
String^ strName,
String^ value
)
abstract Add :
strName : string *
value : string -> unit
Parameters
-
strName
-
Type:
System
String
Property name to add.
-
value
-
Type:
System
String
Property Value.
See Also