Click or drag to resize

IStyles Contains Method

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
)

Parameters

name
Type: System String
Name to check.

Return Value

Type: Boolean
True - if style exists, otherwise False.
See Also