StylesCollection
Contains Method (CellStyle)
|
Style which is in collection.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellStyle Contains(
CellStyle style
)
Public Function Contains (
style As CellStyle
) As CellStyle
public:
CellStyle^ Contains(
CellStyle^ style
)
member Contains :
style : CellStyle -> CellStyle
Parameters
-
style
-
Type:
Spire.Xls
CellStyle
Style object.
Return Value
Type:
CellStyle
See Also