在设置Style.Custom属性时检查自定义数字格式
Contents
[
Hide
]
可能的使用场景
如果将无效的自定义数字格式分配给Style.Custom属性,则Aspose.Cells不会抛出任何异常。但是,如果您想要Aspose.Cells检查分配的自定义数字格式是否有效,则请将Workbook.Settings.CheckCustomNumberFormat属性设置为true。
设置Style.Custom属性时检查自定义数字格式
以下示例代码将无效的自定义数字格式分配给Style.Custom属性。由于已将Workbook.Settings.CheckCustomNumberFormat属性设置为true,因此API将抛出CellsException,例如Invalid number format。