语法
表达式.GetCustomListNum(ListArray)
表达式 一个代表 Application 对象的变量。
参数
返回值Long
说明
如果没有对应序列,则使用本方法将出错。
示例
本示例删除一个自定义序列。
let n = Application.GetCustomListNum(["cogs", "sprockets", "widgets", "gizmos"]) Application.DeleteCustomList(n)