Class ExcelAggregateEventArgs
Provides information about an ExcelAggregateTemplateInfo event.
Inheritance
System.Object
ExcelAggregateEventArgs
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExcelAggregateEventArgs : Object
Constructors
ExcelAggregateEventArgs()
Declaration
public ExcelAggregateEventArgs()
Properties
Cell
Gets the Syncfusion.ExcelExport.Cell data.
Declaration
public Cell Cell { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.ExcelExport.Cell | A cell object that represents the cell data. |
Column
Gets the aggregate column of the current cell.
Declaration
public GridAggregateColumn Column { get; }
Property Value
Type | Description |
---|---|
GridAggregateColumn | A GridAggregateColumn object that represents the aggregate column of the current cell. |
Style
Gets the cell style of the current aggregate cell.
Declaration
public CellStyle Style { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.ExcelExport.CellStyle | A Syncfusion.ExcelExport.CellStyle object that represents the style of the current aggregate cell. |
Value
Gets the value of the current aggregate cell.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object that represents the value of the current aggregate cell. |