_QueryTable.TextFilePlatform Property

Definition

Returns or sets the origin of the text file you’re importing into the query table. This property determines which code page is used during the data import. The default value is the current setting of the File Origin option in the Text File Import Wizard. Read/write XlPlatform.

public:
 property int TextFilePlatform { int get(); void set(int value); };
public int TextFilePlatform { get; set; }
Public Property TextFilePlatform As Integer

Property Value

Remarks

Use this property only when your query table is based on data from a text file (with the QueryType property set to xlTextImport).

Applies to