CellIndexToName
GridCells.CellIndexToName method
根据行列索引获取单元格名称。
public static string CellIndexToName(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
column | Int32 | 列索引。 |
返回值
单元格的名称。
根据行列索引获取单元格名称。
public static string CellIndexToName(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引。 |
column | Int32 | 列索引。 |
单元格的名称。