menu

WinForms

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

    Show / Hide Table of Contents

    Class GridExportElementEventArgs

    Provides data about the ExportElement event.

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

    Constructors

    GridExportElementEventArgs(Element, Int32)

    Initializes a new GridExportElementEventArgs class.

    Declaration
    public GridExportElementEventArgs(Element element, int rowIndex)
    Parameters
    Type Name Description
    Element element

    The element to be exported.

    System.Int32 rowIndex

    The row index of the element.

    Properties

    Element

    The element to get exported to the worksheet.

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

    RowIndex

    Gets the worksheet row index to which the Element will get exported.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved