Click or drag to resize

ICustomDocumentProperties Add Method (String, DateTime)

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,
	DateTime value
)

Parameters

strName
Type: System String
Property name to add.
value
Type: System DateTime
Property Value.
See Also