WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportingToExcelEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportingToExcelEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ExportingToExcelEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid.Converter
    Assembly: Syncfusion.GridConverter.Wpf.dll
    Syntax
    public class ExportingToExcelEventArgs : EventArgs

    Constructors

    ExportingToExcelEventArgs(IRange, Boolean)

    Declaration
    public ExportingToExcelEventArgs(IRange range, bool handled)
    Parameters
    Type Name Description
    IRange range
    System.Boolean handled

    Properties

    ColumnIndex

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type Description
    System.Int32

    ExportStyle

    Declaration
    public bool ExportStyle { get; set; }
    Property Value
    Type Description
    System.Boolean

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Range

    Declaration
    public IRange Range { get; set; }
    Property Value
    Type Description
    IRange

    RowIndex

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    Style

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