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;}
See Also