Spread for ASP.NET 12 Product Documentation
RepeatColStart Property


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

Reference

PrintInfo Class
PrintInfo Members