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


In This Topic
    Find Method (DefaultSkins)
    In This Topic
    Finds the built-in skin with the specified name.
    Syntax
    'Declaration
     
    
    Public Shared Function Find( _
       ByVal name As String _
    ) As SheetSkin
    'Usage
     
    
    Dim name As String
    Dim value As SheetSkin
     
    value = DefaultSkins.Find(name)
    public static SheetSkin Find( 
       string name
    )

    Parameters

    name
    Name of the built-in skin to find

    Return Value

    Built-in skin in the collection with the specified name, or null if no built-in skin is found with that name
    See Also