Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / Load Method / Load(Stream) Method
Stream from which to load the skin


In This Topic
    Load(Stream) Method
    In This Topic
    Loads a skin from a stream.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Load( _
       ByVal stream As Stream _
    ) As SheetSkin
    'Usage
     
    
    Dim stream As Stream
    Dim value As SheetSkin
     
    value = SheetSkin.Load(stream)
    public static SheetSkin Load( 
       Stream stream
    )

    Parameters

    stream
    Stream from which to load the skin
    See Also