WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryExportRowRangeEventArgs

    Show / Hide Table of Contents

    Class QueryExportRowRangeEventArgs

    Provides data for QueryExportRowRange event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    QueryExportRowRangeEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class QueryExportRowRangeEventArgs : SyncfusionCancelEventArgs

    Constructors

    QueryExportRowRangeEventArgs(Element, WTable)

    Initializes a new instance of the QueryExportRowRangeEventArgs class.

    Declaration
    public QueryExportRowRangeEventArgs(Element tableElement, WTable wTable)
    Parameters
    Type Name Description
    Element tableElement

    The table element in the grid.

    WTable wTable

    The table in word document.

    Properties

    Element

    Gets or sets the current element.

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

    WTable

    Get or sets the table in the word document.

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