|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.XlsAddInFunction
public class XlsAddInFunction
Represents a single add-in, either installed or not installed.
Constructor Summary | |
---|---|
XlsAddInFunction(java.lang.Object parent,
int iBookIndex,
int iNameIndex)
Creates new instance. |
Method Summary | |
---|---|
java.lang.Object |
deepClone(java.lang.Object parent)
Creates a new object that is a copy of the current instance. |
int |
getBookIndex()
Gets or sets book index. |
java.lang.String |
getName()
Name of add-in function. |
int |
getNameIndex()
Name index. |
void |
setBookIndex(int value)
Gets or sets book index. |
void |
setNameIndex(int value)
Name index. |
Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
---|
dispose |
Constructor Detail |
---|
public XlsAddInFunction(java.lang.Object parent, int iBookIndex, int iNameIndex)
parent
- Parent object.iBookIndex
- Book index.iNameIndex
- Name index.Method Detail |
---|
public int getBookIndex()
public void setBookIndex(int value)
public int getNameIndex()
public void setNameIndex(int value)
public java.lang.String getName()
getName
in interface IAddInFunction
public java.lang.Object deepClone(java.lang.Object parent)
parent
- Parent object for a copy of this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |