Method return true if collection contains style
with speicfied by user 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 name
)
Function Contains (
name As String
) As Boolean
bool Contains(
String^ name
)
abstract Contains :
name : string -> bool
Parameters
-
name
-
Type:
System
String
Name to check.
Return Value
Type:
Boolean
True - if style exists, otherwise False.
See Also