Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetFooter Method
Sheet index
Footer


In This Topic
    ExcelGetFooter Method
    In This Topic
    Gets the footer for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetFooter( _
       ByVal sheet As Short, _
       ByVal header As StringBuilder _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim header As StringBuilder
    Dim value As Boolean
     
    value = instance.ExcelGetFooter(sheet, header)
    bool ExcelGetFooter( 
       short sheet,
       StringBuilder header
    )

    Parameters

    sheet
    Sheet index
    header
    Footer
    See Also