ListColumn.SharePointFormula Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.