Spread for ASP.NET 12 Product Documentation
RepeatRowEnd Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : RepeatRowEnd Property
Gets or sets the last row for a range of rows to print at the top of each page.
Syntax
'Declaration
 
Public Property RepeatRowEnd As Integer
'Usage
 
Dim instance As PrintInfo
Dim value As Integer
 
instance.RepeatRowEnd = value
 
value = instance.RepeatRowEnd
public int RepeatRowEnd {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members