Class LightTableEndPageLayoutEventArgs
Represents the arguments of LightTableEndPageLayout Event.
Inheritance
System.Object
LightTableEndPageLayoutEventArgs
Inherited Members
Namespace: Syncfusion.Pdf.Tables
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class LightTableEndPageLayoutEventArgs : EndPageLayoutEventArgs
Properties
EndRowIndex
Gets the end row. Read-Only.
Declaration
public int EndRowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the last row. |
StartRowIndex
Gets the start row. Read-Only.
Declaration
public int StartRowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the start row. |