Spread for ASP.NET 12 Product Documentation
Contains Method (DefaultSkins)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultSkins Class : Contains Method
Skin (SheetSkin object) for which to check
Determines whether the collection contains the specified skin.
Syntax
'Declaration
 
Public Shared Function Contains( _
   ByVal skin As SheetSkin _
) As Boolean
'Usage
 
Dim skin As SheetSkin
Dim value As Boolean
 
value = DefaultSkins.Contains(skin)
public static bool Contains( 
   SheetSkin skin
)

Parameters

skin
Skin (SheetSkin object) for which to check

Return Value

True if the object is found in the collection; otherwise, false
See Also

Reference

DefaultSkins Class
DefaultSkins Members