_QueryTable.TextFileTrailingMinusNumbers 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 Microsoft Excel to treat numbers imported as text that begin with a "-" symbol as a negative number. False for Excel to treat numbers imported as text that begin with a "-" symbol as text. Read/write Boolean.
public:
property bool TextFileTrailingMinusNumbers { bool get(); void set(bool value); };
public bool TextFileTrailingMinusNumbers { get; set; }
Public Property TextFileTrailingMinusNumbers As Boolean