Click or drag to resize

XlsAddInFunctionsCollection Add Method (Int32, Int32)

Adds a new ExcelAddInFunction to the collection using specified book and name indices.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Add(
	int bookIndex,
	int nameIndex
)

Parameters

bookIndex
Type: System Int32
The index of the book in the Excel application.
nameIndex
Type: System Int32
The index of the name in the specified book.
See Also