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


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