Column

Overview

Column is a class in Aspose.Cells FOSS for Java.

Represents a column in a worksheet.

Properties

NameTypeAccessDescription
widthDoubleReadReturns the width.
isHiddenbooleanReadReturns the hidden.
groupLevelintReadReturns the outline/group nesting level (0 = ungrouped, 1–7).
collapsedbooleanReadReturns true if this column’s outline group is collapsed.

Methods

SignatureDescription
getWidth()DoubleReturns the width.
setWidth(value: Double)Sets the width.
getIsHidden()booleanReturns the hidden.
setIsHidden(value: boolean)Sets the hidden.
getGroupLevel()intReturns the outline/group nesting level (0 = ungrouped, 1–7).
setGroupLevel(level: int)Sets the outline/group nesting level (0 = ungrouped, 1–7).
isCollapsed()booleanReturns true if this column’s outline group is collapsed.
setIsCollapsed(value: boolean)Sets whether this column’s outline group is collapsed.