Class SheetBeforeDrawnEventArgs
Event occurs before sheet is drawn.
Inheritance
System.Object
SheetBeforeDrawnEventArgs
Namespace: Syncfusion.ExcelToPdfConverter
Assembly: Syncfusion.ExcelToPDFConverter.Base.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 |
|