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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : Header Property
Gets or sets the text and format of headers on printed pages.
Syntax
'Declaration
 
Public Property Header As String
'Usage
 
Dim instance As PrintInfo
Dim value As String
 
instance.Header = value
 
value = instance.Header
public string Header {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members