Spread for ASP.NET 12 Product Documentation
Save(SheetSkin,String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.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
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

Reference

SheetSkin Class
SheetSkin Members
Overload List