WPS 基础接口 > 表格 API 参考 > Application > 属性 > Application.CustomListCount 属性
返回已定义的自定义序列的数目(包括内置序列)。Long 类型,只读。

语法

表达式.CustomListCount

表达式   一个代表 Application 对象的变量。

示例

本示例显示当前已定义的自定义序列的数量。

示例代码
MsgBox("There are currently " + Application.CustomListCount + " defined custom lists.")


请参阅