_Application.ConstrainNumeric Property
True if handwriting recognition is limited to numbers and punctuation only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ConstrainNumeric As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.ConstrainNumeric
instance.ConstrainNumeric = value
bool ConstrainNumeric { get; set; }
Property Value
Type: System.Boolean
Remarks
This property is available only if you're using Microsoft Windows for Pen Computing. If you try to set this property under any other operating system, an error occurs.