ListColumn.SharePointFormula 属性

定义

返回一个 String 类型的 值,该值代表计算列中的公式。 公式以 Excel 语法 (美国英语区域设置、A1 表示法) 表示。 只读 String

public:
 property System::String ^ SharePointFormula { System::String ^ get(); };
public string SharePointFormula { get; }
Public ReadOnly Property SharePointFormula As String

属性值

String

注解

ListColumn如果对象不属于链接到 SharePoint 网站的列表,或者它不是 SharePoint 网站上指定为计算列的列,则会出现运行时错误。

适用于