service TableRow in module com::sun::star::table::

(Global Index)

Syntax

service TableRow;

Description

cell range containing all cells of a single specific row in a table or spreadsheet.

Exported Interfaces

com::sun::star::table::XCellRange

Description

represents a range of cells in a table.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

Height height of the row.

OptimalHeight If this property is set, the row always keeps its optimal height.

IsVisible This property is true if the row is visible.

IsStartOfNewPage if there is a manual vertical page break attached to the row.

Property Details



Height

Syntax

long Height;

Description

height of the row.

When hidden, it returns the height which the row would have, if it were visible.


OptimalHeight

Syntax

boolean OptimalHeight;

Description

If this property is set, the row always keeps its optimal height.


IsVisible

Syntax

boolean IsVisible;

Description

This property is true if the row is visible.


IsStartOfNewPage

Syntax

boolean IsStartOfNewPage;

Description

if there is a manual vertical page break attached to the row.

Top of Page