Click or drag to resize

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
)

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