Saves the contents of the grid to an UTF8-encoded file.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
| C# |
|---|
public void Save( string fileName, FileFormat format ) |
| Visual Basic |
|---|
Public Sub Save ( _ fileName As String, _ format As FileFormat _ ) |
Parameters
- fileName
- Type: System..::..String
Name of the file to save.
- format
- Type: C1.Silverlight.FlexGrid..::..FileFormat
FileFormat value that specifies the format used to save the file.