Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / AggregateArgs Class / Result Property
Example


In This Topic
    Result Property
    In This Topic
    Gets or sets the result of aggregation.
    Syntax
    'Declaration
     
    
    Public Property Result As Object
    'Usage
     
    
    Dim instance As AggregateArgs
    Dim value As Object
     
    instance.Result = value
     
    value = instance.Result
    public object Result {get; set;}
    Example
    This example returns the column and aggregate type.
    See Also