Returns whether the specified style exists in the collection.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public bool Contains(
	Style value
)
Visual Basic (Declaration)
Public Function Contains ( _
	value As Style _
) As Boolean
Visual C++
public:
bool Contains(
	Style^ value
)

See Also