Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetPrintPageCount Method
Sheet index to print


In This Topic
    GetPrintPageCount Method
    In This Topic
    Gets the number of pages required to print the specified sheet.
    Syntax
    'Declaration
     
    
    Public Function GetPrintPageCount( _
       ByVal sheet As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheet As Integer
    Dim value As Integer
     
    value = instance.GetPrintPageCount(sheet)
    public int GetPrintPageCount( 
       int sheet
    )

    Parameters

    sheet
    Sheet index to print
    See Also