[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IFormulaReferObject

接口 IFormulaReferObject

公式对象。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface IFormulaReferObject

属性

PageName

公式对象所在的页面名称。

声明
string PageName { get; }
属性值
类型 描述
string

SerializeProperty

公式对象序列化后的名称。

声明
string SerializeProperty { get; }
属性值
类型 描述
string

方法

GetGenerateCellInfo()

获取Cell信息。

声明
GenerateCellInfo GetGenerateCellInfo()
返回值
类型 描述
GenerateCellInfo

Cell信息。

IsNormalFormula()

是否是公式。

声明
bool IsNormalFormula()
返回值
类型 描述
bool