Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / Load Method / Load(Stream) Method
Stream from which to load the skin
Example


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

    Return Value

    SheetSkin object containing the skin
    Example
    This example loads a skin from a stream.
    See Also