_Application.AutoPercentEntry 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 if entries in cells formatted as percentages aren’t automatically multiplied by 100 as soon as they are entered.
public:
property bool AutoPercentEntry { bool get(); void set(bool value); };
public bool AutoPercentEntry { get; set; }
Public Property AutoPercentEntry As Boolean