LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XCellSeries_idl__
21 #define __com_sun_star_sheet_XCellSeries_idl__
29 module
com { module sun { module star { module sheet {
63 [in]
double fEndValue );
78 [in]
long nSourceCount );
void fillAuto([in] com::sun::star::sheet::FillDirection nFillDirection, [in] long nSourceCount)
fills all cells in the range in a way that is specified by the first cell(s) in the range.
FillDirection
used to specify the direction of filling cells, for example, with a series.
Definition: FillDirection.idl:31
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)
fills all cells in the range based on the specified settings.
FillDateMode
used to specify how an arithmetic date series is calculated.
Definition: FillDateMode.idl:32
Definition: Ambiguous.idl:22
FillMode
used to specify the series type used to fill cells.
Definition: FillMode.idl:30
provides methods to fill out a cell range automatically with values based on a start value,...
Definition: XCellSeries.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:48