Spread for ASP.NET 12 Product Documentation
ShowColumnHeader Property (PrintInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : ShowColumnHeader Property
Gets or sets whether to print the column header.
Syntax
'Declaration
 
Public Property ShowColumnHeader As PrintHeader
'Usage
 
Dim instance As PrintInfo
Dim value As PrintHeader
 
instance.ShowColumnHeader = value
 
value = instance.ShowColumnHeader
public PrintHeader ShowColumnHeader {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members