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


In This Topic
    EvenColors Property
    In This Topic
    Gets or sets the color list for the even header and footer.
    Syntax
    'Declaration
     
    
    Public Property EvenColors As Color()
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value() As Color
     
    instance.EvenColors = value
     
    value = instance.EvenColors
    public Color[] EvenColors {get; set;}
    See Also