Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / Save Method / Save(SheetSkin,String) Method
Name of the skin
Path and file name to which to save the skin overwriting the file if it already exists


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
    fileName
    Path and file name to which to save the skin overwriting the file if it already exists
    See Also