interface XCellSeries in module com::sun::star::sheet::

(Global Index)

Syntax

interface XCellSeries : com::sun::star::uno::XInterface ;

Description

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

Method 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.

Method Details



fillSeries

Syntax

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

Description

fills the cells in the range.


fillAuto

Syntax

void fillAuto (
com::sun::star::sheet::FillDirection nFillDirection,
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