Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / StyleSheet Class / Load Method / Load(Stream) Method
The stream to use to create a stylesheet.


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

    Parameters

    stream
    The stream to use to create a stylesheet.

    Return Value

    A reference to the StyleSheet object that has been created from the stream.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also