FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / Save Method / Save(SheetSkin,Stream) Method
Name of the skin
Stream to which to save the skin


In This Topic
Save(SheetSkin,Stream) Method
In This Topic
Saves a skin to a stream.
Syntax
'Declaration
 
Public Overloads Shared Sub Save( _
   ByVal skin As SheetSkin, _
   ByVal stream As Stream _
) 
 
'Usage
 
Dim skin As SheetSkin
Dim stream As Stream
 
SheetSkin.Save(skin, stream)

Parameters

skin
Name of the skin
stream
Stream to which to save the skin
See Also