[]
Specifies options available for customizing the files created by the
[Flags]
public enum GridSaveOptions
Name | Description |
---|---|
Formatted | Save formatted values. |
None | No options set. |
SaveColumnHeaders | Save column headers. |
SaveHeaders | Save row and column headers. |
SaveRowHeaders | Save row headers. |
VisibleColumns | Save only visible columns. |
VisibleOnly | Save only visible rows and columns. |
VisibleRows | Save only visible rows. |