[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.AggregateArgs

AggregateArgs Class

Represents the event data for the OnAggregate event of the data model for the sheet.

Inheritance
AggregateArgs
Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public class AggregateArgs : EventArgs
Public Class AggregateArgs
    Inherits EventArgs

Constructors

Name Description
AggregateArgs(int, int, int, int, AggregationType)

Creates a new Changed event arguments object for the data model for the sheet.

Properties

Name Description
AggregationType

Gets the aggregation type.

Column

Gets the column index.

ColumnCount

Gets the number of columns.

Formula

Gets or sets the formula to be parsed to a string for aggregation.

Result

Gets or sets the result of aggregation.

Row

Gets the row index.

RowCount

Gets the number of rows.