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


In This Topic
    ExcelSetCustomNames Method (IExcelBiffRead)
    In This Topic
    NAME - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetCustomNames( _
       ByVal sheet As Short, _
       ByVal customNameList As ArrayList _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim customNameList As ArrayList
    Dim value As Boolean
     
    value = instance.ExcelSetCustomNames(sheet, customNameList)
    bool ExcelSetCustomNames( 
       short sheet,
       ArrayList customNameList
    )

    Parameters

    sheet
    Sheet index
    customNameList
    See Also