Search
Column Methods
 


 Public Methods

  Name Description

getConditionalFormats

Gets a list with format objects that can be used to customize the appearance of the cells in the column based on various conditions.

getIndex

Gets the zero-based index of the represented column.

getIsCollapsed

Gets a value indicating whether the group represented by this column is collapsed.

getIsHidden

Gets a value indicating whether the column is hidden.

getOutlineLevel

Gets the outline level of the column, or 0, if the column is not grouped.

getPageBreak

Gets a value indicating whether to force a page break after this column during printing.

getStyle

Gets an IColumnStyle object that can be used to customize the appearance of all cells in the column.

getTag

Gets a custom object associated with this column.

getTitle

Gets the column title.

getValidation

Gets an IValidation object that can be used to specify validation rules for the data in the column.

getWidth

Gets the width of the column.

setIsCollapsed

Sets a value indicating whether the group represented by this column is collapsed.

setIsHidden

Sets a value indicating whether the column is hidden.

setOutlineLevel

Sets the outline level of the column, or 0, if the column is not grouped.

setPageBreak

Sets a value indicating whether to force a page break after this column during printing.

setTag

Sets a custom object associated with this column.

setTitle

Sets the column title.

setWidth

Sets the width of the column.

 See Also