Click or drag to resize

XlsBuiltInDocumentProperties Contains Method (BuiltInPropertyType)

Indicates whether collection contains specified property.

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

Parameters

index
Type: Spire.Xls BuiltInPropertyType
Property id.

Return Value

Type: Boolean
True if collection contains specified property.

Implements

IBuiltInDocumentProperties Contains(BuiltInPropertyType)
See Also