[]
Specifies options available for customizing the excel output when grid is exported.
[Flags]
public enum GridRowColRangesOptions
Name | Description |
---|---|
ExcludeEmpty | Represents an option that opts-in for excluding empty row(s) in the rendered output file.
|
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.
|
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.
|
RenderGroups | Represents an option that opts-in for including grouped row(s) in the rendered output file.
|
SelectedOnly | Represents an option that opts-in for rendering only the selected row(s) and/or column(s) 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. |