Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / Load Method / Load(String) Method
Path and file name from which to load the skin
Example


In This Topic
    Load(String) Method
    In This Topic
    Loads a skin from a file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Load( _
       ByVal fileName As String _
    ) As SheetSkin
    'Usage
     
    
    Dim fileName As String
    Dim value As SheetSkin
     
    value = SheetSkin.Load(fileName)
    public static SheetSkin Load( 
       string fileName
    )

    Parameters

    fileName
    Path and file name from which to load the skin

    Return Value

    SheetSkin object containing the skin
    Example
    This example loads a skin from a string.
    See Also