Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DataImportOptions Class
Properties

In This Topic
    DataImportOptions Class Members
    In This Topic

    The following tables list the members exposed by DataImportOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Selects columns to import. The default behavior is to auto-generate all columns.  
    Public Property Determines whether to include column header as the first row when importing data.  
    Public Property Determines how to handle insufficient space when importing data.  
    Public PropertyGets item type from the specified System.Collections.IEnumerable. The type is used to generate columns. The default behavior is to try to get the item type from the generic parameter of System.Collections.Generic.IEnumerable`1, then try to get type from the first item of the System.Collections.IEnumerable.  
    Top
    See Also