}
/**
- * Get the visibility state for a given column
+ * Set the visibility state for a given column
*
* @param columnIndex - the column to get (0-based)
- * @param hidden - the visiblity state of the column
+ * @param hidden - the visibility state of the column
*/
@Override
public void setColumnHidden(int columnIndex, boolean hidden) {
}
/**
- * Get the visibility state for a given column.
+ * Set the visibility state for a given column.
*
* @param columnIndex - the column to get (0-based)
- * @param hidden - the visiblity state of the column
+ * @param hidden - the visibility state of the column
*/
@Override
public void setColumnHidden(int columnIndex, boolean hidden) {
}
/**
- * Get the hidden property for a given column.
+ * Set the hidden property for a given column.
* @param column - the column number
* @param hidden - whether the column is hidden or not
*/
public void setColumnHidden(int column, boolean hidden) {
setColumn( column, null, null, null, hidden, null);
}
+
public void setDefaultColumnStyle(int column, int styleIndex) {
setColumn(column, (short) styleIndex, null, null, null, null);
}
}
/**
- * Get the visibility state for a given column.
+ * Set the visibility state for a given column.
*
* @param columnIndex - the column to get (0-based)
- * @param hidden - the visiblity state of the column
+ * @param hidden - the visibility state of the column
*/
@Override
public void setColumnHidden(int columnIndex, boolean hidden) {
int getLastRowNum();
/**
- * Get the visibility state for a given column
+ * Set the visibility state for a given column
*
* @param columnIndex - the column to get (0-based)
* @param hidden - the visibility state of the column