TextConnection.Connection 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 a string that contains text file names that enable Excel to connect to text data sources. Object (object in C#).
public:
property System::Object ^ Connection { System::Object ^ get(); void set(System::Object ^ value); };
public object Connection { get; set; }
Public Property Connection As Object