Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetFooter Method
Sheet index


In This Topic
    ExcelSetFooter Method (IExcelBiffRead)
    In This Topic
    FOOTER - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetFooter( _
       ByVal sheet As Short, _
       ByVal footer As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim footer As String
    Dim value As Boolean
     
    value = instance.ExcelSetFooter(sheet, footer)
    bool ExcelSetFooter( 
       short sheet,
       string footer
    )

    Parameters

    sheet
    Sheet index
    footer
    See Also