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# |
---|
[FlagsAttribute] public enum SaveOptions |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration SaveOptions |
Members
Member name | Description | |
---|---|---|
None | No options set. | |
SaveColumnHeaders | Save column headers. | |
SaveColumnFooters | Save column footers. | |
SaveRowHeaders | Save row headers. | |
SaveHeaders | Save row and column headers and footers. | |
VisibleRows | Save only visible rows. | |
VisibleColumns | Save only visible columns. | |
VisibleOnly | Save only visible rows and columns. | |
Formatted | Save formatted values. |