Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service TableColumn

Description
represents a special cell range containing all cells of a single specific column in a table or spreadsheet.


Exported Interfaces

com::sun::star::table::XCellRange
Description
provides access to the cells of this column.
See also
com::sun::star::table::CellRange
com::sun::star::beans::XPropertySet
Description
provides access to the cell properties of all cells of this column.
com::sun::star::container::XNamed
Description
provides methods to access the name of the column.

In spreadsheets, the name of a column cannot be changed.


Properties' Summary

Width contains the width of the column (in 1/100th mm).
OptimalWidth is true , if the column always keeps its optimal width.
IsVisible is true , if the column is visible.
IsStartOfNewPage is true , if there is a manual horizontal page break attached to the column.

Properties' Details

Width
 
long Width;
Description
contains the width of the column (in 1/100th mm).

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

OptimalWidth
 
boolean OptimalWidth;
Description
is true , if the column always keeps its optimal width.
IsVisible
 
boolean IsVisible;
Description
is true , if the column is visible.
IsStartOfNewPage
 
boolean IsStartOfNewPage;
Description
is true , if there is a manual horizontal page break attached to the column.

Top of Page