WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridExportElementEventArgs - WindowsForms API Reference | Syncfusion ExportElement event. ">

    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 Description
    Element

    RowIndex

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

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