Spread for ASP.NET 12 Product Documentation
RepeatColEnd Property


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

Reference

PrintInfo Class
PrintInfo Members