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
)
Function Contains (
index As BuiltInPropertyType
) As Boolean
bool Contains(
BuiltInPropertyType index
)
abstract Contains :
index : BuiltInPropertyType -> bool
Parameters
-
index
-
Type:
Spire.Xls
BuiltInPropertyType
Property id.
Return Value
Type:
Boolean
True if collection contains required property.
See Also