_Application.FixedDecimal 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.
All data entered after this property is set to True will be formatted with the number of fixed decimal places set by the FixedDecimalPlaces property.
public:
property bool FixedDecimal { bool get(); void set(bool value); };
public bool FixedDecimal { get; set; }
Public Property FixedDecimal As Boolean