Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelSetCustomNames Method
List of sheet indexes
List of custom names
List of custom name definitions


In This Topic
ExcelSetCustomNames Method (IExcelXml)
In This Topic
Sets the Excel XML custom names.
Syntax
'Declaration
 
Function ExcelSetCustomNames( _
   ByVal sheetIndexList As ArrayList, _
   ByVal customNameList As ArrayList, _
   ByVal customNameDefinitionList As ArrayList _
) As Boolean
 
'Usage
 
Dim instance As IExcelXml
Dim sheetIndexList As ArrayList
Dim customNameList As ArrayList
Dim customNameDefinitionList As ArrayList
Dim value As Boolean
 
value = instance.ExcelSetCustomNames(sheetIndexList, customNameList, customNameDefinitionList)

Parameters

sheetIndexList
List of sheet indexes
customNameList
List of custom names
customNameDefinitionList
List of custom name definitions
See Also