Page tree
Skip to end of metadata
Go to start of metadata

Forguncy.CommandBase.getCellLocation(formula)

将一个公式转换成单元格位置信息。

参数

参数类型说明

formula

string单元格公式,如“=A1”。

返回值

CellLocationInfo,单元格的位置信息。如果公式不表示单元格,如“=SUM(1,2)”,该方法将返回null。

  • No labels