Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / Save Method / Save(SpreadSkin,String) Method
Skin to save
Path and file name to which to save the skin, overwriting the file if it already exists


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

Parameters

skin
Skin to save
fileName
Path and file name to which to save the skin, overwriting the file if it already exists
See Also