ValidationCollection

ValidationCollection

Overview

ValidationCollection 是一个类在Java的FOSS中.

表示一个工作表的数据验证规则集合.

本类提供6种方法,用于在Java程序中使用ValidationCollection 对象. 有的方法包括: add, get, getCount, getValidationInCell, removeACell, removeArea. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后. 特性: count.

Description

ValidationCollection 是一个类在Java的Aspose.Cells FOSS库中,它暴露了6个方法和1个属性用于编程.

核心功能包括:移除单元格;移动区域.这些操作使开发人员能够直接将验证集合功能集成到Java应用程序中.

课程还提供了 count 财产 (返回计数).

Properties

NameTypeAccessDescription
countintRead返回计数.

Methods

SignatureDescription
getCount()int返回计数.
get(index: int)Validation返回所需的项目.
add(area: CellArea)int将一个新项目添加到当前的集合中.
getValidationInCell(row: int, column: int)Validation过程在细胞中得到验证.
removeACell(row: int, column: int)移除一个细胞.
removeArea(cellArea: CellArea)消除区域.

See Also

 中文