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 the QueryExportRowRange event.

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

    Constructors

    QueryExportRowRangeEventArgs(Element, IRange)

    Initializes a new instance of the QueryExportRowRangeEventArgs class.

    Declaration
    public QueryExportRowRangeEventArgs(Element tableElement, IRange range)
    Parameters
    Type Name Description
    Element tableElement

    The Element.

    IRange range

    The destination IRange.

    Properties

    Element

    Gets the current element.

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

    ExcelRange

    Gets the excel range for current element.

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