Class QueryTableField
java.lang.Object
com.independentsoft.office.spreadsheet.queryTables.QueryTableField
The Class QueryTableField.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetID()Gets the id.getName()Gets the name.intGets the table column id.booleanChecks if is clipped column.booleanChecks if is contains row numbers.booleanChecks if is data bound column.booleanChecks if is fill formula on refresh.voidsetClippedColumn(boolean isClippedColumn)Sets the clipped column.voidsetContainsRowNumbers(boolean containsRowNumbers)Sets the contains row numbers.voidsetDataBoundColumn(boolean isDataBoundColumn)Sets the data bound column.voidsetFillFormulaOnRefresh(boolean fillFormulaOnRefresh)Sets the fill formula on refresh.voidsetID(int id)Sets the id.voidSets the name.voidsetTableColumnID(int tableColumnID)Sets the table column id.toString()
-
Constructor Details
-
QueryTableField
public QueryTableField()Instantiates a new query table field.
-
-
Method Details
-
clone
-
toString
-
isClippedColumn
public boolean isClippedColumn()Checks if is clipped column.- Returns:
- true, if is clipped column
-
setClippedColumn
public void setClippedColumn(boolean isClippedColumn)Sets the clipped column.- Parameters:
isClippedColumn- the new clipped column
-
isDataBoundColumn
public boolean isDataBoundColumn()Checks if is data bound column.- Returns:
- true, if is data bound column
-
setDataBoundColumn
public void setDataBoundColumn(boolean isDataBoundColumn)Sets the data bound column.- Parameters:
isDataBoundColumn- the new data bound column
-
isFillFormulaOnRefresh
public boolean isFillFormulaOnRefresh()Checks if is fill formula on refresh.- Returns:
- true, if is fill formula on refresh
-
setFillFormulaOnRefresh
public void setFillFormulaOnRefresh(boolean fillFormulaOnRefresh)Sets the fill formula on refresh.- Parameters:
fillFormulaOnRefresh- the new fill formula on refresh
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
isContainsRowNumbers
public boolean isContainsRowNumbers()Checks if is contains row numbers.- Returns:
- true, if is contains row numbers
-
setContainsRowNumbers
public void setContainsRowNumbers(boolean containsRowNumbers)Sets the contains row numbers.- Parameters:
containsRowNumbers- the new contains row numbers
-
getTableColumnID
public int getTableColumnID()Gets the table column id.- Returns:
- the table column id
-
setTableColumnID
public void setTableColumnID(int tableColumnID)Sets the table column id.- Parameters:
tableColumnID- the new table column id
-