Spread for ASP.NET 12 Product Documentation
Colors Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : Colors Property
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

Reference

PrintInfo Class
PrintInfo Members