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