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