Class XlsAddInFunctionsCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class XlsAddInFunctionsCollection : CollectionExtended<XlsAddInFunction>, IList<XlsAddInFunction>, ICollection<XlsAddInFunction>, IEnumerable<XlsAddInFunction>, IEnumerable, ICloneParent, IAddInFunctions, IExcelApplication
- Inheritance
-
XlsAddInFunctionsCollection
- Implements
- Derived
- Inherited Members
Properties
this[int]
public IAddInFunction this[int index] { get; }
Parameters
index
int
Property Value
Methods
Add(int, int)
public void Add(int bookIndex, int nameIndex)
Parameters
Add(string)
Adds new add-in function.
public int Add(string functionName)
Parameters
functionName
stringFunction to add.
Returns
- int
Index of the added function.
Add(string, string)
Adds new add-in function.
public int Add(string fileName, string functionName)
Parameters
Returns
- int
Index of the new function.
Contains(string)
public bool Contains(string workbookName)
Parameters
workbookName
string
Returns
CopyFrom(XlsAddInFunctionsCollection)
[Obsolete("the method is not implemented")]
public void CopyFrom(XlsAddInFunctionsCollection addinFunctions)
Parameters
addinFunctions
XlsAddInFunctionsCollection
RemoveAt(int)
Removes add-in function with specified index.
public void RemoveAt(int index)
Parameters
index
intItem index to remove.