Spread for ASP.NET 12 Product Documentation
ShowSubtitle Property


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

Reference

PrintInfo Class
PrintInfo Members