Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / Save Method / Save(SheetSkin,String) Method
Name of the skin you are saving
The path and file name to which to save the skin
Example


In This Topic
    Save(SheetSkin,String) Method
    In This Topic
    Saves a skin to a file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Save( _
       ByVal skin As SheetSkin, _
       ByVal fileName As String _
    ) 
    'Usage
     
    
    Dim skin As SheetSkin
    Dim fileName As String
     
    SheetSkin.Save(skin, fileName)
    public static void Save( 
       SheetSkin skin,
       string fileName
    )

    Parameters

    skin
    Name of the skin you are saving
    fileName
    The path and file name to which to save the skin
    Example
    This example saves a skin and then loads it in another spreadsheet.
    See Also