Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml5 Interface / ExcelSetCustomNames Method
The sheet index list.
The custom name list.
The custom name definition list.
The comment list.


In This Topic
    ExcelSetCustomNames Method (IExcelXml5)
    In This Topic
    Excels the set custom names.
    Syntax
    'Declaration
     
    
    Function ExcelSetCustomNames( _
       ByVal sheetIndexList As ArrayList, _
       ByVal customNameList As ArrayList, _
       ByVal customNameDefinitionList As ArrayList, _
       ByVal commentList As List(Of String) _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml5
    Dim sheetIndexList As ArrayList
    Dim customNameList As ArrayList
    Dim customNameDefinitionList As ArrayList
    Dim commentList As List(Of String)
    Dim value As Boolean
     
    value = instance.ExcelSetCustomNames(sheetIndexList, customNameList, customNameDefinitionList, commentList)

    Parameters

    sheetIndexList
    The sheet index list.
    customNameList
    The custom name list.
    customNameDefinitionList
    The custom name definition list.
    commentList
    The comment list.

    Return Value

    boolean
    See Also