ICustomDocumentProperties
Add Method (String, Int32)
|
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,
int value
)
Sub Add (
strName As String,
value As Integer
)
void Add(
String^ strName,
int value
)
abstract Add :
strName : string *
value : int -> unit
Parameters
-
strName
-
Type:
System
String
Property name to add.
-
value
-
Type:
System
Int32
Property Value.
See Also