Item
OdsCellFieldCollection indexer (1 of 2)
按索引获取字段。
public OdsCellField this[int index] { get; }
范围 | 描述 |
---|---|
index | 指数。 |
也可以看看
- class OdsCellField
- class OdsCellFieldCollection
- 命名空间 Aspose.Cells.Ods
- 部件 Aspose.Cells
OdsCellFieldCollection indexer (2 of 2)
按行列索引获取字段。
public OdsCellField this[int row, int column] { get; }
范围 | 描述 |
---|---|
row | 行索引。 |
column | 列索引。 |
也可以看看
- class OdsCellField
- class OdsCellFieldCollection
- 命名空间 Aspose.Cells.Ods
- 部件 Aspose.Cells