Spread Windows Forms 15.0
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)
    public static void Save( 
       SheetSkin skin,
       Stream stream
    )

    Parameters

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