CellIndexToName
CellsHelper.CellIndexToName method
根据行列索引获取单元格名称。
public static string CellIndexToName(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
column | Int32 | 列索引。 |
返回值
单元格的名称。
也可以看看
- class CellsHelper
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
根据行列索引获取单元格名称。
public static string CellIndexToName(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
column | Int32 | 列索引。 |
单元格的名称。