CellNameToIndex

CellsHelper.CellNameToIndex method

根据名称获取单元格行列索引。

public static void CellNameToIndex(string cellName, out int row, out int column)
范围类型描述
cellNameString单元格的名称。
rowInt32&输出行索引
columnInt32&输出列索引

也可以看看