TextConnection.TextFileFixedColumnWidths Property

Definition

Returns or sets an array of integers that correspond to the widths of the columns (in characters) in the text file that you’re importing into a query table. Valid widths are from 1 through 32767 characters. Read/Write Object (object in C#).

public:
 property System::Object ^ TextFileFixedColumnWidths { System::Object ^ get(); void set(System::Object ^ value); };
public object TextFileFixedColumnWidths { get; set; }
Public Property TextFileFixedColumnWidths As Object

Property Value

Applies to