Row

Overview

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

Represents a row in a worksheet.

This class provides 8 methods for working with Row objects in Java programs. Available methods include: getGroupLevel, getHeight, isCollapsed, isHidden, setCollapsed, setGroupLevel, setHeight, setHidden. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: collapsed, groupLevel, height, hidden.

Description

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

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

The class also provides the height property (returns the height), the hidden property (returns the hidden), the groupLevel property (returns the outline/group nesting level (0 = ungrouped, 1–7)).

Properties

NameTypeAccessDescription
heightDoubleReadReturns the height.
hiddenbooleanReadReturns the hidden.
groupLevelintReadReturns the outline/group nesting level (0 = ungrouped, 1–7).
collapsedbooleanReadReturns true if this row’s outline group is collapsed.

Methods

SignatureDescription
getHeight()DoubleReturns the height.
setHeight(value: Double)Sets the height.
isHidden()booleanReturns the hidden.
setHidden(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 row’s outline group is collapsed.
setCollapsed(value: boolean)Sets whether this row’s outline group is collapsed.

See Also

 English