TextConnection.TextFileThousandsSeparator 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.
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