GetFormula2

GetFormula2(bool, bool)

获取与此验证关联的值或表达式。

public string GetFormula2(bool isR1C1, bool isLocal)
范围类型描述
isR1C1Boolean公式是否需要格式化为 R1C1。
isLocalBoolean公式是否需要按语言环境格式化。

返回值

与此验证关联的值或表达式。

也可以看看


GetFormula2(bool, bool, int, int)

获取与特定单元格的此验证关联的值或表达式。

public string GetFormula2(bool isR1C1, bool isLocal, int row, int column)
范围类型描述
isR1C1Boolean公式是否需要格式化为 R1C1。
isLocalBoolean公式是否需要按语言环境格式化。
rowInt32行索引。
columnInt32列索引。

返回值

与此验证关联的值或表达式。

也可以看看