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
)
Function Contains (
strName As String
) As Boolean
bool Contains(
String^ strName
)
abstract Contains :
strName : string -> bool
Parameters
-
strName
-
Type:
System
String
Name to check.
Return Value
Type:
Boolean
True if property is contained by collection; false otherwise.
See Also