[]
        
(Showing Draft Content)

C1.WPF.Grid.GridRowColRangesOptions

GridRowColRangesOptions Enum

Specifies options available for customizing the excel output when grid is exported.

Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.Excel.dll
Syntax
[Flags]
public enum GridRowColRangesOptions

Fields

Name Description
ExcludeEmpty

Represents an option that opts-in for excluding empty row(s) in the rendered output file. This only affects row ranges.

ExludeRange

Represents an option that opts-in for treating any explicit ranges as exclusive; meaning those column(s) and/or row(s) in the range will not be rendered in the output file. By default, any specified range(s) are inclusive; meaning that only those column(s) and/or row(s) in the range will be rendered in the output file.

None

Represents an option where no options are truly set for row(s) and/or column(s).

RenderFrozen

Represents an option that opts-in for rendering the frozen row(s) and/or column(s) in the output file. If a combination of other flags is used as well, the frozen indexes are affected by that option as well.

RenderGroups

Represents an option that opts-in for including grouped row(s) in the rendered output file. This only affects row ranges.

SelectedOnly

Represents an option that opts-in for rendering only the selected row(s) and/or column(s) in the output file. If it is set for only either row(s) or column(s), only row(s) or column(s) that have a selected cell in them will be rendered in the output file. If it is set for both row(s) and column(s), only the cell(s) in the selected range will be rendered in the output file.

VisibleOnly

Represents an option that opts-in for rendering only visible row(s) and/or column(s) in the output file.