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
public int RepeatColStart {get; set;}
Example
This sets the properties for the PrintInfo class.
See Also