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
)
Public Sub Add (
bookIndex As Integer,
nameIndex As Integer
)
public:
void Add(
int bookIndex,
int nameIndex
)
member Add :
bookIndex : int *
nameIndex : int -> unit
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