SPView.AggregationsStatus property
取得或設定 string,其指定是否要在檢視中使用彙總,或合計的資料行。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AggregationsStatus As String
Get
Set
'用途
Dim instance As SPView
Dim value As String
value = instance.AggregationsStatus
instance.AggregationsStatus = value
public string AggregationsStatus { get; set; }
Property value
Type: System.String
字串,指定On如果彙總的資料行用在檢視中。否則,空字串。