Search
IColumnStyle Members
Methods
 


Represents the style of a column.

The following tables list the members exposed by the IColumnStyle type.

 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