ColumnRangeModel
Overview
ColumnRangeModel is a class in Aspose.Cells FOSS for Java.
Represents a range of columns with formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
minColumnIndex | int | Read | Returns the min column index. |
maxColumnIndex | int | Read | Returns the max column index. |
width | Double | Read | Returns the width. |
hidden | boolean | Read | Returns the hidden. |
styleIndex | Integer | Read | Returns the style index. |
outlineLevel | int | Read | Returns the outline level. |
collapsed | boolean | Read | Returns the collapsed. |
Methods
| Signature | Description |
|---|---|
getMinColumnIndex() → int | Returns the min column index. |
setMinColumnIndex(minColumnIndex: int) | Sets the min column index. |
getMaxColumnIndex() → int | Returns the max column index. |
setMaxColumnIndex(maxColumnIndex: int) | Sets the max column index. |
getWidth() → Double | Returns the width. |
setWidth(width: Double) | Sets the width. |
getHidden() → boolean | Returns the hidden. |
setHidden(hidden: boolean) | Sets the hidden. |
getStyleIndex() → Integer | Returns the style index. |
setStyleIndex(styleIndex: Integer) | Sets the style index. |
getOutlineLevel() → int | Returns the outline level. |
setOutlineLevel(outlineLevel: int) | Sets the outline level. |
getCollapsed() → boolean | Returns the collapsed. |
setCollapsed(collapsed: boolean) | Sets the collapsed. |