次の方法で共有


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 サイトの計算列として指定された列でない場合は、実行時エラーが発生します。

適用対象