Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PagePrintInfo Class / FromHeader Method


In This Topic
    FromHeader Method
    In This Topic
    Creates a PagePrintInfo object from IPageSetup for page print header.
    Syntax
    'Declaration
     
    
    Public Shared Function FromHeader( _
       ByVal pageSetup As IPageSetup _
    ) As PagePrintInfo
    'Usage
     
    
    Dim pageSetup As IPageSetup
    Dim value As PagePrintInfo
     
    value = PagePrintInfo.FromHeader(pageSetup)
    public static PagePrintInfo FromHeader( 
       IPageSetup pageSetup
    )

    Parameters

    pageSetup
    See Also