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 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.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class QueryExportCellRangeEventArgs : SyncfusionHandledEventArgs

    Constructors

    QueryExportCellRangeEventArgs(GridStyleInfo, WTableCell)

    Initializes a new instance of the QueryExportCellRangeEventArgs class.

    Declaration
    public QueryExportCellRangeEventArgs(GridStyleInfo style, WTableCell cell)
    Parameters
    Type Name Description
    GridStyleInfo style

    The grid cell style information.

    WTableCell cell

    The cell in word document table.

    Properties

    GridCell

    Gets or sets grid cell.

    Declaration
    public GridStyleInfo GridCell { get; set; }
    Property Value
    Type
    GridStyleInfo

    TableCell

    Gets or sets the word document table cell information.

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