[]
公式对象。
public interface IFormulaReferObject
公式对象所在的页面名称。
string PageName { get; }
类型 | 描述 |
---|---|
string |
公式对象序列化后的名称。
string SerializeProperty { get; }
类型 | 描述 |
---|---|
string |
获取Cell信息。
GenerateCellInfo GetGenerateCellInfo()
类型 | 描述 |
---|---|
GenerateCellInfo | Cell信息。 |
是否是公式。
bool IsNormalFormula()
类型 | 描述 |
---|---|
bool |