Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite2 Interface / ExcelGetFooter Method
Sheet index
Footer


In This Topic
    ExcelGetFooter Method (IExcelBiffWrite2)
    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 IExcelBiffWrite2
    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