ICustomPropertiesCollection
Add Method
|
Adds a custom property to the document with the specified name and value.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
XlsCustomProperty Add(
string name,
string value
)
Function Add (
name As String,
value As String
) As XlsCustomProperty
XlsCustomProperty^ Add(
String^ name,
String^ value
)
abstract Add :
name : string *
value : string -> XlsCustomProperty
Parameters
-
name
-
Type:
System
String
The name of the custom property.
-
value
-
Type:
System
String
The value of the custom property.
Return Value
Type:
XlsCustomProperty
The XlsCustomProperty object that was added.
See Also