Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PrintSheet Method / PrintSheet(SheetView) Method
Sheet to be printed


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

    Parameters

    sheet
    Sheet to be printed
    See Also