[]
        
(Showing Draft Content)

FarPoint.Web.Spread.NamedStyleCollection.Contains

Contains Method

Contains(NamedStyle)

Determines whether the collection contains the specified style (NamedStyle object).

Declaration
public virtual bool Contains(NamedStyle style)
Public Overridable Function Contains(style As NamedStyle) As Boolean
Parameters
Type Name Description
NamedStyle style

Style (NamedStyle object) for which to check in the collection

Returns
Type Description
bool