ListColumn.SharePointFormula Property

Definition

Returns a String representing the formula in a calculated column. The formula is expressed in Excel syntax (US English locale, A1 notation). Read-only String.

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

Property Value

String

Remarks

If the ListColumn object does not belong to a list that is linked to a SharePoint site or if it is not a column designated as a calculated column on the SharePoint site, you will get a run-time error.

Applies to