Class TextConnection
Inheritance
System.Object
TextConnection
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TextConnection : DataConnection
Constructors
TextConnection()
Declaration
TextConnection(String)
Declaration
public TextConnection(string sourceFile)
Parameters
Type |
Name |
Description |
System.String |
sourceFile |
|
Properties
CodePage
Declaration
public int CodePage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Comma
Declaration
public bool Comma { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Consecutive
Declaration
public bool Consecutive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Decimal
Declaration
public string Decimal { get; set; }
Property Value
Type |
Description |
System.String |
|
Delimiter
Declaration
public string Delimiter { get; set; }
Property Value
Type |
Description |
System.String |
|
Fields
Declaration
public List<TextConnectionField> Fields { get; set; }
Property Value
FileType
Declaration
public TextFileType FileType { get; set; }
Property Value
FirstRow
Declaration
public int FirstRow { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsDelimited
Declaration
public bool IsDelimited { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Prompt
Declaration
public bool Prompt { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Qualifier
Declaration
public Qualifier Qualifier { get; set; }
Property Value
SemiColon
Declaration
public bool SemiColon { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Space
Declaration
public bool Space { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tab
Declaration
public bool Tab { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Thousands
Declaration
public string Thousands { get; set; }
Property Value
Type |
Description |
System.String |
|