Item
GridValidationCollection indexer (1 of 2)
获取Hyperlink指定索引处的元素。
public GridValidation this[int index] { get; }
范围 | 描述 |
---|---|
index | 元素的从零开始的索引。 |
返回值
指定索引处的元素。
也可以看看
- class GridValidation
- class GridValidationCollection
- 命名空间 Aspose.Cells.GridDesktop.Data
- 部件 Aspose.Cells.GridDesktop
GridValidationCollection indexer (2 of 2)
获取GridValidation
指定单元格处的元素。如果没有验证,则返回null。
public GridValidation this[int row, int column] { get; }
范围 | 描述 |
---|---|
row | 单元格的行。 |
column | 单元格的列。 |
返回值
指定索引处的元素。
评论
如果指定行列索引处没有验证对象, 这将检查列验证对象。