TextConnection.TextFileThousandsSeparator Property

Definition

True for Excel to treat numbers imported as text that begin with a "-" symbol as a negative symbol. False for Excel to treat numbers imported as text that begin with a "-" symbol as text. Read/Write Boolean (bool in C#).

public:
 property System::String ^ TextFileThousandsSeparator { System::String ^ get(); void set(System::String ^ value); };
public string TextFileThousandsSeparator { get; set; }
Public Property TextFileThousandsSeparator As String

Property Value

Applies to