com.spire.xls.collections
Class AddInFunctionsCollection

java.lang.Object
  extended by com.spire.ms.System.Collections.CollectionBase
      extended by com.spire.xls.core.spreadsheet.collections.CollectionExtended
          extended by com.spire.xls.core.spreadsheet.collections.XlsAddInFunctionsCollection
              extended by com.spire.xls.collections.AddInFunctionsCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IAddInFunctions, java.lang.Iterable

public class AddInFunctionsCollection
extends XlsAddInFunctionsCollection

Represents the addInFunctions collection.


Constructor Summary
AddInFunctionsCollection(java.lang.Object parent)
           
 
Method Summary
 ExcelAddInFunction get(int index)
          Get add-in function.
 
Methods inherited from class com.spire.xls.core.spreadsheet.collections.XlsAddInFunctionsCollection
add, add, contains, removeAt
 
Methods inherited from interface com.spire.xls.core.IAddInFunctions
size
 

Constructor Detail

AddInFunctionsCollection

public AddInFunctionsCollection(java.lang.Object parent)
Method Detail

get

public ExcelAddInFunction get(int index)
Get add-in function.

Specified by:
get in interface IAddInFunctions
Overrides:
get in class XlsAddInFunctionsCollection
Parameters:
index - Item index.
Returns: