menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SheetBeforeDrawnEventArgs - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SheetBeforeDrawnEventArgs

    Event occurs before sheet is drawn.

    Inheritance
    System.Object
    SheetBeforeDrawnEventArgs
    Namespace: Syncfusion.XlsIORenderer
    Assembly: Syncfusion.XlsIORenderer.Portable.dll
    Syntax
    public class SheetBeforeDrawnEventArgs : EventArgs

    Constructors

    SheetBeforeDrawnEventArgs(Int32, Object)

    Initializes a new instance of the SheetBeforeDrawnEventArgs class.

    Declaration
    public SheetBeforeDrawnEventArgs(int currentSheet, object source)
    Parameters
    Type Name Description
    System.Int32 currentSheet

    The current sheet.

    System.Object source

    The source.

    Properties

    CurrentSheet

    Gets or sets the current sheet.

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

    The current sheet.

    Skip

    Gets or sets a value indicating whether to skip SheetBeforeDrawnEventArgs. The default value is false.

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

    true if skip; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved