Spread for ASP.NET 12 Product Documentation
RepeatRowStart Property


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

Reference

PrintInfo Class
PrintInfo Members