menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ServerExcelQueryCellInfoEventArgs - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ServerExcelQueryCellInfoEventArgs

    Defines event argument of excel query cell event.

    Inheritance
    System.Object
    ServerExcelQueryCellInfoEventArgs
    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.GridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class ServerExcelQueryCellInfoEventArgs

    Constructors

    ServerExcelQueryCellInfoEventArgs()

    Declaration
    public ServerExcelQueryCellInfoEventArgs()

    Properties

    Cell

    Defines the cell data

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

    Column

    Defines the column of the current cell.

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

    Data

    Defines the row data associated with this cell.

    Declaration
    public object Data { get; set; }
    Property Value
    Type
    System.Object

    Style

    Defines the style of the current cell.

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

    Value

    Defines the value of the current cell.

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