[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.SaveOptions

SaveOptions Enum

Specifies options available for customizing the files created by the Save(Stream, FileFormat, SaveOptions) method.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
[Flags]
public enum SaveOptions

Fields

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.