Click or drag to resize

ICustomDocumentProperties Remove Method

Removes specified object from the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Remove(
	string strName
)

Parameters

strName
Type: System String
Property name.
See Also