Saves the contents of the grid to a StreamWriter.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public void Save( StreamWriter sw, FileFormat format, SaveOptions options ) |
Visual Basic |
---|
Public Sub Save ( _ sw As StreamWriter, _ format As FileFormat, _ options As SaveOptions _ ) |
Parameters
- sw
- Type: System.IO..::..StreamWriter
StreamWriter where the contents will be saved.
- format
- Type: C1.Silverlight.FlexGrid..::..FileFormat
FileFormat value that specifies the format used to save the file.
- options
- Type: C1.Silverlight.FlexGrid..::..SaveOptions
SaveOptions value that specifies options to use when saving the file.