[]
Finds the built-in skin with the specified name.
public static SheetSkin Find(string name)
Public Shared Function Find(name As String) As SheetSkin
Type | Name | Description |
---|---|---|
string | name | Name of the built-in skin to find |
Type | Description |
---|---|
SheetSkin | Built-in skin in the collection with the specified name, or null if no built-in skin is found with that name |