Search
IColumnStyle Methods
 


 Public Methods

  Name Description

getIsHidden

Gets a value indicating whether the column is hidden.

getOutlineLevel

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

getWidth

Gets the width of the column, or null, to use the default width.

group

Increases the outline level of the columns by one.

setIsHidden

Sets a value indicating whether the column is hidden.

setOutlineLevel

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

setWidth

Sets the width of the column, or null, to use the default width.

ungroup

Decreases the outline level of the columns by one.

 See Also