Class SheetAfterDrawnEventArgs
Event occurs after sheet is drawn.
Inheritance
System.Object
SheetAfterDrawnEventArgs
Namespace: Syncfusion.ExcelToPdfConverter
Assembly: Syncfusion.ExcelToPDFConverter.Base.dll
Syntax
public class SheetAfterDrawnEventArgs : EventArgs
Constructors
SheetAfterDrawnEventArgs(Int32, Object)
Initializes a new instance of the SheetAfterDrawnEventArgs class.
Declaration
public SheetAfterDrawnEventArgs(int afterSheet, object source)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | afterSheet | The after sheet. |
System.Object | source | The source. |
Properties
AfterSheet
Gets the current sheet.
Declaration
public int AfterSheet { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The current sheet. |