Class DataConsolidate
java.lang.Object
com.independentsoft.office.spreadsheet.DataConsolidate
The Class DataConsolidate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data consolidation references.Gets the function.booleanChecks if is creates the links.booleanChecks if is top labels.voidsetCreateLinks(boolean createLinks)Sets the creates the links.voidsetFunction(DataConsolidateFunction function)Sets the function.voidsetTopLabels(boolean topLabels)Sets the top labels.voidsetUseLeftColumnLabels(boolean useLeftColumnLabels)Sets the use left column labels.toString()booleanUse left column labels.
-
Constructor Details
-
DataConsolidate
public DataConsolidate()Instantiates a new data consolidate.
-
-
Method Details
-
clone
-
toString
-
getDataConsolidationReferences
Gets the data consolidation references.- Returns:
- the data consolidation references
-
getFunction
Gets the function.- Returns:
- the function
-
setFunction
Sets the function.- Parameters:
function- the new function
-
useLeftColumnLabels
public boolean useLeftColumnLabels()Use left column labels.- Returns:
- true, if successful
-
setUseLeftColumnLabels
public void setUseLeftColumnLabels(boolean useLeftColumnLabels)Sets the use left column labels.- Parameters:
useLeftColumnLabels- the new use left column labels
-
isCreateLinks
public boolean isCreateLinks()Checks if is creates the links.- Returns:
- true, if is creates the links
-
setCreateLinks
public void setCreateLinks(boolean createLinks)Sets the creates the links.- Parameters:
createLinks- the new creates the links
-
isTopLabels
public boolean isTopLabels()Checks if is top labels.- Returns:
- true, if is top labels
-
setTopLabels
public void setTopLabels(boolean topLabels)Sets the top labels.- Parameters:
topLabels- the new top labels
-