Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sheet ::

interface XCellSeries

Base Interface
com::sun::star::uno::XInterface

Description
represents a cell range that can be filled with a series.


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.

Methods' Summary

fillSeries fills the cells in the range.
fillAuto fills the cells in the range in a way that is specified by the first cells in the range.

Methods' Details

fillSeries
 
void
fillSeries(
[ in ] com::sun::star::sheet::FillDirection nFillDirection,
[ in ] com::sun::star::sheet::FillMode nFillMode,
[ in ] com::sun::star::sheet::FillDateMode nFillDateMode,
[ in ] double fStep,
[ in ] double fEndValue );

Description
fills the cells in the range.
fillAuto
 
void
fillAuto(
[ in ] com::sun::star::sheet::FillDirection nFillDirection,
[ in ] long nSourceCount );

Description
fills the cells in the range in a way that is specified by the first cells in the range.

Top of Page