Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SafePrint Method
FpSpread component
Integer number of the sheet


In This Topic
SafePrint Method
In This Topic
Handles the printing of the specified sheet in the specified FpSpread component in the same thread.
Syntax
'Declaration
 
Public Sub SafePrint( _
   ByVal spread As FpSpread, _
   ByVal sheet As Integer _
) 
 
'Usage
 
Dim instance As FpSpread
Dim spread As FpSpread
Dim sheet As Integer
 
instance.SafePrint(spread, sheet)

Parameters

spread
FpSpread component
sheet
Integer number of the sheet
See Also