Specifies options available for customizing the files created by the
Save(Stream, FileFormat, SaveOptions) method.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public enum SaveOptions |
Visual Basic |
---|
Public Enumeration SaveOptions |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No options set. | |
SaveColumnHeaders | 1 | Save column headers. | |
SaveColumnFooters | 2 | Save column footers. | |
SaveRowHeaders | 4 | Save row headers. | |
SaveHeaders | 7 | Save row and column headers and footers. | |
VisibleRows | 8 | Save only visible rows. | |
VisibleColumns | 16 | Save only visible columns. | |
VisibleOnly | 24 | Save only visible rows and columns. | |
Formatted | 32 | Save formatted values. |