Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / RepeatColStart Property


In This Topic
RepeatColStart Property
In This Topic
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
See Also