ColumnRangeModel

ColumnRangeModel

Overview

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

Represents a range of columns with formatting properties.

This class provides 16 methods for working with ColumnRangeModel objects in Java programs. Available methods include: getBestFit, getCollapsed, getHidden, getMaxColumnIndex, getMinColumnIndex, getOutlineLevel, getStyleIndex, getWidth, setBestFit, setCollapsed, setHidden, setMaxColumnIndex, and 4 additional methods. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: bestFit, collapsed, hidden, maxColumnIndex, minColumnIndex, outlineLevel, and 2 more.

Description

ColumnRangeModel is a class in the Aspose.Cells FOSS library for Java that exposes 16 methods and 8 properties for programmatic use.

Core capabilities include: double; boolean; integer. These operations enable developers to integrate columnrangemodel functionality directly into Java applications.

The class also provides the minColumnIndex property (returns the min column index), the maxColumnIndex property (returns the max column index), the width property (returns the width).

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.
bestFitbooleanReadGets the best fit.

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.
getBestFit()booleanReturns the best fit.
setBestFit(bestFit: boolean)Sets the best fit value.

See Also

 English