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


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

    Parameters

    pageSetup
    See Also