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


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