[]
Specifies the type of all supported features.
[Flags]
public enum UsedRangeType
All = Data | Style | Axis | Chart | Comment | ConditionalFormatting | DataValidation | Filter | Hyperlink | Merge | Picture | PivotTable | Slicer | Shape | Sort | Sparkline | TableSpecifies all data.
Axis = 4Specifies the axis type.
Chart = 8Specifies the chart type.
Comment = 16Specifies the comment type.
ConditionalFormatting = 32Specifies the conditional formatting type.
Data = 1Specifies the data type.
DataValidation = 64Specifies the data validation type.
Filter = 128Specifies the filter type.
Hyperlink = 256Specifies the hyperlink type.
Merge = 512Specifies the merge type.
None = 0Specifies no type.
Picture = 1024Specifies the picture type.
PivotTable = 2048Specifies the pivot table type.
Shape = 8192Specifies the shape type.
Slicer = 4096Specifies the slicer type.
Sort = 16384Specifies the sort type.
Sparkline = 32768Specifies the sparkline type.
Style = 2Specifies the style type.
Table = 65536Specifies the table type.