Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / UsedRangeType Enumeration
In This Topic
    UsedRangeType Enumeration
    In This Topic
    Specifies the type of all supported features.
    Members
    MemberDescription
    AxisSpecifies the axis type.
    ChartSpecifies the chart type.
    CommentSpecifies the comment type.
    ConditionalFormattingSpecifies the conditional formatting type.
    DataSpecifies the data type.
    DataValidationSpecifies the data validation type.
    FilterSpecifies the filter type.
    HyperlinkSpecifies the hyperlink type.
    MergeSpecifies the merge type.
    NoneSpecifies no type.
    PictureSpecifies the picture type.
    PivotTableSpecifies the pivot table type.
    ShapeSpecifies the shape type.
    SlicerSpecifies the slicer type.
    SortSpecifies the sort type.
    SparklineSpecifies the sparkline type.
    StyleSpecifies the style type.
    TableSpecifies the table type.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.UsedRangeType

    See Also