alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ExcelHeaderQueryCellInfoEventArgs

    Provides information about an ExcelHeaderQueryCellInfoEvent event.

    Inheritance
    object
    ExcelHeaderQueryCellInfoEventArgs
    ExcelQueryCellInfoEventArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExcelHeaderQueryCellInfoEventArgs

    Constructors

    ExcelHeaderQueryCellInfoEventArgs()

    Declaration
    public ExcelHeaderQueryCellInfoEventArgs()

    Properties

    Cell

    Gets or sets the cell details of the grid.

    Declaration
    public Cell Cell { get; set; }
    Property Value
    Type Description
    Cell

    The cell object that represents the cell details, which contains the following properties:

    • CellStyle: The Syncfusion.ExcelExport.CellStyle of the cell.
    • Value: The value of the cell.
    • ColSpan: The number of columns that the cell spans.
    • Index: The index of the cell.

    Colspan

    Gets the column span of the current cell.

    Declaration
    public int Colspan { get; set; }
    Property Value
    Type Description
    int

    An integer value that represents the number of columns spanned by the current cell.

    Column

    Gets the GridColumn object that represents the column of the current cell.

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

    The grid column that represents the column of the current cell.

    ColumnIndex

    Gets the column index of the current cell in the Excel Grid column.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type Description
    int

    An integer value that represents the column index of the current cell.

    RowIndex

    Gets the row index of the current cell in the Excel Grid column.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    int

    An integer value that represents the row index of the current cell.

    Style

    Gets or sets the Syncfusion.ExcelExport.CellStyle object that represents the style of the current cell.

    Declaration
    public CellStyle Style { get; set; }
    Property Value
    Type Description
    CellStyle

    The cell styles of the current cell.

    Value

    Gets or sets the value of the current cell.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    object

    An object that represents the value of the current cell.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved