Item
CellControlCollection indexer (1 of 2)
获取指定行列索引处的单元格控件。
public CellControl this[int row, int col] { get; }
范围 | 描述 |
---|---|
row | 行索引。 |
col | 列索引。 |
评论
如果指定行列索引处没有 CellControl 对象, 这将检查列 CellControl 对象。
也可以看看
- class CellControl
- class CellControlCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop
CellControlCollection indexer (2 of 2)
获取指定单元格名称的单元格控件。
public CellControl this[string cellName] { get; }
范围 | 描述 |
---|---|
cellName | 单元格名称(以excel名称格式,如’A1’,‘F22’) |
评论
如果指定行列索引处没有 CellControl 对象, 这将检查列 CellControl 对象。
也可以看看
- class CellControl
- class CellControlCollection
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop