XlsStylesCollection
Contains Method (String)
|
Check collection contains style with specified name.
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(
string name
)
Public Function Contains (
name As String
) As Boolean
public:
virtual bool Contains(
String^ name
) sealed
abstract Contains :
name : string -> bool
override Contains :
name : string -> bool
Parameters
-
name
-
Type:
System
String
Style name
Return Value
Type:
Boolean
Implements
IStyles
Contains(String)
See Also