Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / RepeatColEnd Property
Example


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;}
    Example
    This sets the properties for the PrintInfo class.
    See Also