Class ExcelConnectionTextField
Represents a text field in a text connection.
Inherited Members
Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public class ExcelConnectionTextField
Constructors
ExcelConnectionTextField(eConnectionTextFieldType)
Creates a new text field that can be added to Fields
Declaration
public ExcelConnectionTextField(eConnectionTextFieldType type)
Parameters
| Type | Name | Description |
|---|---|---|
| eConnectionTextFieldType | type | The datatype when importing the field |
ExcelConnectionTextField(eConnectionTextFieldType, int)
Creates a new text field that can be added to Fields
Declaration
public ExcelConnectionTextField(eConnectionTextFieldType type, int position)
Parameters
| Type | Name | Description |
|---|---|---|
| eConnectionTextFieldType | type | The field data type. |
| int | position | The position. In a fixed index file this is the start position in record. |
ExcelConnectionTextField(int)
Create a new text field that can be added to Fields
Declaration
public ExcelConnectionTextField(int position)
Parameters
| Type | Name | Description |
|---|---|---|
| int | position | The position. In a fixed index file this is the start position in record. |
Properties
Type
The format to handle the data type of the field.
Declaration
public eConnectionTextFieldType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| eConnectionTextFieldType |