Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / RepeatColEnd Property


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