TextConnection.TextFileTrailingMinusNumbers 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 bool TextFileTrailingMinusNumbers { bool get(); void set(bool value); };
public bool TextFileTrailingMinusNumbers { get; set; }
Public Property TextFileTrailingMinusNumbers As Boolean

Property Value

Applies to