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

(Global Index)

Syntax

service TableColumn;

Description

special cell range containing all cells of a single specific column 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.


com::sun::star::container::XNamed

Description

specifies the name of the object.


Property Summary

Width width of the row.

OptimalWidth If this property is set, the column always keeps its optimal width.

IsVisible This property is true if the column is visible.

IsStartOfNewPage if there is a manual horizontal page break attached to the column.

Property Details



Width

Syntax

long Width;

Description

width of the row.

When hidden, it returns the width which the column would have, if it were visible.


OptimalWidth

Syntax

boolean OptimalWidth;

Description

If this property is set, the column always keeps its optimal width.


IsVisible

Syntax

boolean IsVisible;

Description

This property is true if the column is visible.


IsStartOfNewPage

Syntax

boolean IsStartOfNewPage;

Description

if there is a manual horizontal page break attached to the column.

Top of Page