[]
根据单元格的名称(地址)获取单元格的行和列。
public static void CellNameToIndex(string name, out int row, out int column)
单元格名称。
行索引。
列索引。