_QueryTable.TextFilePlatform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).