ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridExcelExport.ExcelHeaderQueryCellInfoEventArgs - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridExcelExport.ExcelHeaderQueryCellInfoEventArgs

    Defines event argument of excel header query cell event.

    Inheritance
    System.Object
    GridExcelExport.ExcelHeaderQueryCellInfoEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.GridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class ExcelHeaderQueryCellInfoEventArgs

    Constructors

    ExcelHeaderQueryCellInfoEventArgs()

    Declaration
    public ExcelHeaderQueryCellInfoEventArgs()

    Properties

    Cell

    Defines the cell that contains colspan.

    Declaration
    public IRange Cell { get; set; }
    Property Value
    Type Description
    Syncfusion.XlsIO.IRange

    Column

    Defines the Grid cell instance

    Declaration
    public GridColumn Column { get; set; }
    Property Value
    Type Description
    GridColumn

    Style

    Defines the style of the current cell.

    Declaration
    public IStyle Style { get; set; }
    Property Value
    Type Description
    Syncfusion.XlsIO.IStyle

    Value

    Defines the value of the current cell.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved