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


In This Topic
    ExcelSetPrintTitles Method (IExcelBiffRead)
    In This Topic
    Print_Titles - Excel Built-In Custom Name
    Syntax
    'Declaration
     
    
    Function ExcelSetPrintTitles( _
       ByVal sheet As Short, _
       ByVal printTitlesTable As Hashtable _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim printTitlesTable As Hashtable
    Dim value As Boolean
     
    value = instance.ExcelSetPrintTitles(sheet, printTitlesTable)
    bool ExcelSetPrintTitles( 
       short sheet,
       Hashtable printTitlesTable
    )

    Parameters

    sheet
    Sheet index
    printTitlesTable
    See Also