TextConnection.TextFileDecimalSeparator Property

Definition

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

Property Value

Applies to