ColumnRangeModel

ColumnRangeModel

Overview

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

Represents a range of columns with formatting properties.

Properties

NameTypeAccessDescription
minColumnIndexintReadReturns the min column index.
maxColumnIndexintReadReturns the max column index.
widthDoubleReadReturns the width.
hiddenbooleanReadReturns the hidden.
styleIndexIntegerReadReturns the style index.
outlineLevelintReadReturns the outline level.
collapsedbooleanReadReturns the collapsed.

Methods

SignatureDescription
getMinColumnIndex()intReturns the min column index.
setMinColumnIndex(minColumnIndex: int)Sets the min column index.
getMaxColumnIndex()intReturns the max column index.
setMaxColumnIndex(maxColumnIndex: int)Sets the max column index.
getWidth()DoubleReturns the width.
setWidth(width: Double)Sets the width.
getHidden()booleanReturns the hidden.
setHidden(hidden: boolean)Sets the hidden.
getStyleIndex()IntegerReturns the style index.
setStyleIndex(styleIndex: Integer)Sets the style index.
getOutlineLevel()intReturns the outline level.
setOutlineLevel(outlineLevel: int)Sets the outline level.
getCollapsed()booleanReturns the collapsed.
setCollapsed(collapsed: boolean)Sets the collapsed.