Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PrintSheet Method / PrintSheet(Int32) Method
Index of sheet to print; -1 for all sheets


PrintSheet(Int32) Method
Handles the printing of the specified sheet in a separate thread.
Syntax
'Declaration
 
Public Overloads Sub PrintSheet( _
   ByVal sheet As Integer _
) 
 
'Usage
 
Dim instance As FpSpread
Dim sheet As Integer
 
instance.PrintSheet(sheet)

Parameters

sheet
Index of sheet to print; -1 for all sheets
Exceptions
ExceptionDescription
Specified sheet index is out of range; must be between 0 and the total number of sheets (or -1 for all sheets)
See Also