Click or drag to resize

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
)

Parameters

name
Type: System String
Style name

Return Value

Type: Boolean

Implements

IStyles Contains(String)
See Also