Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / CSVImportOptions Class
Properties


In This Topic
    CSVImportOptions Class Members
    In This Topic

    The following tables list the members exposed by CSVImportOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the Id of the Column in which the first data item will be imported. (Inherited from Xceed.Workbooks.NET.ImportOptions)
    Public PropertyGets or sets the Id of the Row in which the first data item will be imported.   (Inherited from Xceed.Workbooks.NET.ImportOptions)
    Public PropertyGets or sets the address of the Cell in which the first data item will be imported. (Inherited from Xceed.Workbooks.NET.ImportOptions)
    Public PropertyGets or sets if the imported linear data (like a List<string>, Array<int>, MyProduct[], ...) will be displayed vertically in the Worksheet. (Inherited from Xceed.Workbooks.NET.ImportOptions)
    Public PropertyGets or sets the separator used to split the CSV data. The default value is ",".  
    Top
    See Also