In This Topic
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