Class LightTableBeginPageLayoutEventArgs
- Namespace
- Syncfusion.Pdf.Tables
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents the arguments of BeginPageLayoutEvent.
public class LightTableBeginPageLayoutEventArgs : BeginPageLayoutEventArgs
- Inheritance
-
LightTableBeginPageLayoutEventArgs
- Inherited Members
Properties
StartRowIndex
Gets the start row. Read-Only.
public int StartRowIndex { get; }
Property Value
- int
The index of the start row.
- See Also