Application.ConstrainNumeric 属性 (Excel)

如果手写识别只能识别数字和标点符号,则该属性值为 True。 读/写 Boolean

语法

表达式ConstrainNumeric

expression:表示 Application 对象的变量。

备注

仅当使用 Microsoft Windows for Pen Computing 时,此属性才可用。 如果试图在其他操作系统中对该属性进行设置将产生错误。

示例

本示例监测是否运行在 Microsoft Windows for Pen Computing 上,如果是,则限定手写识别程序仅识别数字和标点符号。

If Application.WindowsForPens Then 
 Application.ConstrainNumeric = True 
End If

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。