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


In This Topic
    PrintSheet(Int32) Method
    In This Topic
    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)
    public void PrintSheet( 
       int 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