SheetAfterDrawnEventArgs Class
Event occurs after sheet is drawn.
Inheritance
System.Object
System.EventArgs
SheetAfterDrawnEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |