Click or drag to resize

IBuiltInDocumentProperties Contains Method

Indicates whether collection contains specified property.

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

Parameters

index
Type: Spire.Xls BuiltInPropertyType
Property id.

Return Value

Type: Boolean
True if collection contains required property.
See Also