Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkins Class / Find Method
Name of the built-in skin to find


In This Topic
    Find Method (DefaultSpreadSkins)
    In This Topic
    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