Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ImportFlags Enumeration
In This Topic
    ImportFlags Enumeration
    In This Topic
    Options for reading data
    Syntax
    [System.Flags()]
    public enum ImportFlags : System.Enum 
    Members
    MemberDescription
    ConditionalFormatting Read the conditional formattings.
    Data Read the datas.
    DataValidation Read the data Validations.
    Formulas Read the data and formulas.
    MergeArea Read the merge cells.
    NoFlag No option
    PivotTable Read the pivot tables.
    Shapes Read all the shapes.
    Style Read the styles.
    Table Read the tables.
    Inheritance Hierarchy

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

    See Also