Xceed Grid for WinForms v4.3 Documentation
Save(Stream) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > StyleSheet Class > Save Method : Save(Stream) Method
The stream to which to save the stylesheet.
Saves the stylesheet as a stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As StyleSheet
Dim stream As Stream
 
instance.Save(stream)
public void Save( 
   Stream stream
)

Parameters

stream
The stream to which to save the stylesheet.
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

Reference

StyleSheet Class
StyleSheet Members
Overload List