Table of Contents

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

IAddInFunction

Methods

Add(int, int)

public void Add(int bookIndex, int nameIndex)

Parameters

bookIndex int
nameIndex int

Add(string)

Adds new add-in function.

public int Add(string functionName)

Parameters

functionName string

Function 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

fileName string

File name.

functionName string

Function name.

Returns

int

Index of the new function.

Contains(string)

public bool Contains(string workbookName)

Parameters

workbookName string

Returns

bool

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 int

Item index to remove.