Class ExcelAggregateCellEventArgs
Provides information about the
Inheritance
System.Object
ExcelAggregateCellEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.TreeGridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public class ExcelAggregateCellEventArgs
Constructors
ExcelAggregateCellEventArgs()
Declaration
public ExcelAggregateCellEventArgs()
Properties
Cell
Gets or sets instance of Syncfusion.XlsIO.IRange cell data.
Declaration
public IRange Cell { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.XlsIO.IRange | An instance of Syncfusion.XlsIO.IRange. |
Column
Gets or sets instance of TreeGridAggregateColumn of the current cell.
Declaration
public TreeGridAggregateColumn Column { get; set; }
Property Value
Type | Description |
---|---|
TreeGridAggregateColumn | An instance of TreeGridAggregateColumn. |
Style
Gets or sets instance of Syncfusion.XlsIO.IStyle of the current cell.
Declaration
public IStyle Style { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.XlsIO.IStyle | An instance of Syncfusion.XlsIO.IStyle. |
Value
Gets or sets the value of the current cell.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value stored in the current cell. |