Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / UsedRangeType Enumeration
In This Topic
    UsedRangeType Enumeration
    In This Topic
    Specifies the type of all supported features.
    Syntax
    [System.Flags()]
    public enum UsedRangeType : System.Enum 
    Members
    MemberDescription
    All Specifies all data.
    Axis Specifies the axis type.
    Chart Specifies the chart type.
    Comment Specifies the comment type.
    ConditionalFormatting Specifies the conditional formatting type.
    Data Specifies the data type.
    DataValidation Specifies the data validation type.
    Filter Specifies the filter type.
    Hyperlink Specifies the hyperlink type.
    Merge Specifies the merge type.
    None Specifies no type.
    Picture Specifies the picture type.
    PivotTable Specifies the pivot table type.
    Shape Specifies the shape type.
    Slicer Specifies the slicer type.
    Sort Specifies the sort type.
    Sparkline Specifies the sparkline type.
    Style Specifies the style type.
    Table Specifies the table type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.UsedRangeType

    See Also