GetValidationInCell

ValidationCollection.GetValidationInCell method

获取应用于给定单元格的验证。

public Validation GetValidationInCell(int row, int column)
范围类型描述
rowInt32行索引。
columnInt32列索引。

返回值

返回一个Validation如果没有对给定单元格进行验证,则为对象或 null

也可以看看