iaddinfunctions-ag凯发旗舰厅



com.spire.xls.core
interface iaddinfunctions

all known implementing classes:
addinfunctionscollection, xlsaddinfunctionscollection

public interface iaddinfunctions

represents a collection of custom add in functions.


method summary
 int add(java.lang.string strfunctionname)
          adds new local function to the collection.
 int add(java.lang.string strfilename, java.lang.string strfunctionname)
          adds new function to the collection.
 iaddinfunction get(int index)
           
 int size()
          returns number of elements in the collection.
 
method detail

get

iaddinfunction get(int index)

size

int size()
returns number of elements in the collection.

add

int add(java.lang.string strfilename,
        java.lang.string strfunctionname)
adds new function to the collection.
parameters:
strfilename - name of the file that contains add-in function.
strfunctionname - function to add.
returns:
index of the added function.

add

int add(java.lang.string strfunctionname)
adds new local function to the collection.
parameters:
strfunctionname - function to add.
returns:
index of the added function.


网站地图