_Application.AutoPercentEntry Property
True if entries in cells formatted as percentages aren’t automatically multiplied by 100 as soon as they are entered.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property AutoPercentEntry As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.AutoPercentEntry
instance.AutoPercentEntry = value
bool AutoPercentEntry { get; set; }
Property Value
Type: System.Boolean