public class FormulaRelation
extends java.lang.Object
构造器和说明 |
---|
FormulaRelation() |
限定符和类型 | 方法和说明 |
---|---|
void |
addDependRelation(CellElement ce,
int sheetIndex) |
void |
addDependRelation(java.util.List celist,
int sheetIndex) |
void |
addLinkRelation(CellElement ce,
int sheetIndex) |
java.util.Set |
getDependRelation() |
java.util.Set |
getLinkRelation() |
java.util.List |
getLinkRelationAsList() |
void |
removeAllDependRelation() |
void |
removeLinkRelation(RelationElem re) |
public void addDependRelation(CellElement ce, int sheetIndex)
public void addDependRelation(java.util.List celist, int sheetIndex)
public void removeAllDependRelation()
public void addLinkRelation(CellElement ce, int sheetIndex)
public void removeLinkRelation(RelationElem re)
public java.util.Set getDependRelation()
public java.util.Set getLinkRelation()
public java.util.List getLinkRelationAsList()