Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / AggregationType Property


In This Topic
    AggregationType Property (CellInfo)
    In This Topic
    Gets or sets the aggregation type.
    Syntax
    'Declaration
     
    
    Public Property AggregationType As AggregationType
    'Usage
     
    
    Dim instance As CellInfo
    Dim value As AggregationType
     
    instance.AggregationType = value
     
    value = instance.AggregationType
    public AggregationType AggregationType {get; set;}
    See Also