Spread for ASP.NET 12 Product Documentation
ShowTitle Property


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

Reference

PrintInfo Class
PrintInfo Members