Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Columns.DefaultColumn Class / AggregationType Property


In This Topic
    AggregationType Property (Columns.DefaultColumn)
    In This Topic
    This property is not applicable. It cannot be set for a default column.
    Syntax
    'Declaration
     
    
    Public Shadows Property AggregationType As AggregationType
    'Usage
     
    
    Dim instance As Columns.DefaultColumn
    Dim value As AggregationType
     
    instance.AggregationType = value
     
    value = instance.AggregationType
    public new AggregationType AggregationType {get; set;}
    See Also