Spread Windows Forms 12.0 Product Documentation
Find Method (DefaultSpreadSkins)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultSpreadSkins Class : Find Method
Name of the built-in skin to find
Finds the built-in Spread skin with the specified name.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal name As String _
) As SpreadSkin
'Usage
 
Dim name As String
Dim value As SpreadSkin
 
value = DefaultSpreadSkins.Find(name)
public static SpreadSkin Find( 
   string name
)

Parameters

name
Name of the built-in skin to find
See Also

Reference

DefaultSpreadSkins Class
DefaultSpreadSkins Members