[]
Specifies options available for customizing the files created by the Save(Stream, FileFormat, SaveOptions) method.
[Flags]
public enum SaveOptions
Name | Description |
---|---|
ExcludeEmptyColumns | Exclude all empty columns. |
ExcludeEmptyRows | Exclude all empty rows. |
Formatted | Save formatted values. |
None | No options set. |
SaveColumnFooters | Save column footers. |
SaveColumnHeaders | Save column headers. |
SaveHeaders | Save row and column headers and footers. |
SaveRowHeaders | Save row headers. |
VisibleColumns | Save only visible columns. |
VisibleOnly | Save only visible rows and columns. |
VisibleRows | Save only visible rows. |