Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetPrintInfo Method
PrintInfo object
Sheet for which to set PrintInfo; -1 to specify all sheets


In This Topic
    SetPrintInfo Method
    In This Topic
    Sets the PrintInfo object for the specfied sheet.
    Syntax
    'Declaration
     
    
    Public Sub SetPrintInfo( _
       ByVal pi As PrintInfo, _
       ByVal sheet As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim pi As PrintInfo
    Dim sheet As Integer
     
    instance.SetPrintInfo(pi, sheet)
    public void SetPrintInfo( 
       PrintInfo pi,
       int sheet
    )

    Parameters

    pi
    PrintInfo object
    sheet
    Sheet for which to set PrintInfo; -1 to specify all sheets
    See Also