TextConnection.TextFileColumnDataTypes 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 an ordered array of constants that specify the data types applied to the corresponding columns in the text file that you’re importing into a query table. The default constant for each column is xlGeneral. Object (object in C#). Read/Write.
public:
property System::Object ^ TextFileColumnDataTypes { System::Object ^ get(); void set(System::Object ^ value); };
public object TextFileColumnDataTypes { get; set; }
Public Property TextFileColumnDataTypes As Object