TextConnection.TextFileDecimalSeparator 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 decimal separator character that Excel uses when you import a text file into a query table. The default is the system decimal separator character. Read/Write String (string in C#).
public:
property System::String ^ TextFileDecimalSeparator { System::String ^ get(); void set(System::String ^ value); };
public string TextFileDecimalSeparator { get; set; }
Public Property TextFileDecimalSeparator As String