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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultSkins Class : Find Method
Name of the built-in skin to find
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

Reference

DefaultSkins Class
DefaultSkins Members