Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ColEnd Property


In This Topic
    ColEnd Property
    In This Topic
    Gets or sets the last column to print when printing a cell range.
    Syntax
    'Declaration
     
    
    Public Property ColEnd As Integer
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Integer
     
    instance.ColEnd = value
     
    value = instance.ColEnd
    public int ColEnd {get; set;}
    See Also