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