Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSkins Class / Contains Method
Skin (SheetSkin object) for which to check


In This Topic
Contains Method (DefaultSkins)
In This Topic
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)

Parameters

skin
Skin (SheetSkin object) for which to check

Return Value

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