PrintSheet(SheetView) Method
In This Topic
Handles the printing of the specified sheet in a separate thread.
Syntax
'Declaration
Public Overloads Sub PrintSheet( _
ByVal As SheetView _
)
'Usage
Dim instance As FpSpread
Dim sheet As SheetView
instance.PrintSheet(sheet)
public void PrintSheet(
SheetView
)
Parameters
- sheet
- Sheet to be printed
See Also