[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridSaveOptions

GridSaveOptions Enum

Specifies options available for customizing the files created by the method.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
[Flags]
public enum GridSaveOptions

Fields

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.