Series.Formula 属性

定义

返回或设置一个 String 值,它代表 A1 样式表示法和宏语言中的对象的公式。

public:
 property System::String ^ Formula { System::String ^ get(); void set(System::String ^ value); };
public string Formula { get; set; }
member this.Formula : string with get, set
Public Property Formula As String

属性值

String

注解

此属性对于 OLAP 数据源无效。

如果对象包含一个常量,则此属性返回该常量。 如果 对象为空,则此属性 Formula 返回一个空字符串。 如果 对象包含公式,则 Formula 属性将公式作为字符串返回,格式与编辑栏中显示的相同格式, (包括等号) 。

如果指定区域是一维或二维区域,则可将公式指定为 Visual Basic 中相同维数的数组。 同样,也可在 Visual Basic 数组中使用公式。

适用于