Click or drag to resize

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
)

Parameters

style
Type: Spire.Xls CellStyle
Style object.

Return Value

Type: CellStyle
See Also