Click or drag to resize

ICustomDocumentProperties Contains Method

Checks whether collection contains property with specified name.

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

Parameters

strName
Type: System String
Name to check.

Return Value

Type: Boolean
True if property is contained by collection; false otherwise.
See Also