SPView.AggregationsStatus property
Gets or sets a string that specifies whether aggregate, or total, columns are used in the view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AggregationsStatus As String
Get
Set
'Usage
Dim instance As SPView
Dim value As String
value = instance.AggregationsStatus
instance.AggregationsStatus = value
public string AggregationsStatus { get; set; }
Property value
Type: System.String
A string that specifies On if an aggregate column is used in the view; otherwise, an empty string.