ComponentOne for WinUI
GridRowColRangesOptions 列挙体

C1.WinUI.Grid.Excel アセンブリ > C1.WinUI.Grid 名前空間 : GridRowColRangesOptions 列挙体
Specifies options available for customizing the excel output when grid is exported.
シンタックス
'宣言
 
Public Enum GridRowColRangesOptions 
   Inherits System.Enum
public enum GridRowColRangesOptions : System.Enum 
メンバ
メンバ解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WinUI.Grid.GridRowColRangesOptions

参照

参照

C1.WinUI.Grid 名前空間