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


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

Reference

PrintInfo Class
PrintInfo Members