Spread for ASP.NET 11 Product Documentation
Row Property (PrintEventArgs)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintEventArgs Class : Row Property
Gets the row index.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
'Usage
 
Dim instance As PrintEventArgs
Dim value As Integer
 
value = instance.Row
public int Row {get;}

Property Value

Integer index of the row
See Also

Reference

PrintEventArgs Class
PrintEventArgs Members