menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryExportCellRangeEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryExportCellRangeEventArgs

    Provides data for the QueryExportCellRange event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    QueryExportCellRangeEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    System.EventArgs.Empty
    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)
    Namespace: Syncfusion.GroupingGridExcelConverter
    Assembly: Syncfusion.GridConverter.Windows.dll
    Syntax
    public sealed class QueryExportCellRangeEventArgs : SyncfusionHandledEventArgs

    Constructors

    QueryExportCellRangeEventArgs(GridStyleInfo, IRange)

    Initializes a new instance of the QueryExportCellRangeEventArgs class.

    Declaration
    public QueryExportCellRangeEventArgs(GridStyleInfo style, IRange range)
    Parameters
    Type Name Description
    GridStyleInfo style

    The grid cell's GridStyleInfo.

    IRange range

    Properties

    ExcelCell

    Gets the Excel cell.

    Declaration
    public IRange ExcelCell { get; set; }
    Property Value
    Type
    IRange

    GridCell

    Gets the grid cell.

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