SPField.DefaultFormula property
取得或設定預設的公式的計算欄位。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property DefaultFormula As String
Get
Set
'用途
Dim instance As SPField
Dim value As String
value = instance.DefaultFormula
instance.DefaultFormula = value
public string DefaultFormula { get; set; }
Property value
Type: System.String
包含公式的 string。