Spread for ASP.NET 11 Product Documentation
IsPrint Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : IsPrint Property
Determines whether the FarPoint component creates the print output.
Syntax
'Declaration
 
Public Property IsPrint As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.IsPrint = value
 
value = instance.IsPrint
public bool IsPrint {get; set;}

Property Value

Boolean: true if the Spread component creates the print output; false otherwise
Example
FpSpread1.IsPrint = true; 
FpSpread1.IsPrint = True 
See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Managing Printing