21module 
com {  module sun {  module star {  module sheet {
 
   55            [in] 
double fEndValue );
 
   70            [in] 
long nSourceCount );
 
 
provides methods to fill out a cell range automatically with values based on a start value,...
Definition XCellSeries.idl:30
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.
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.
base interface of all UNO interfaces
Definition XInterface.idl:46
FillDateMode
used to specify how an arithmetic date series is calculated.
Definition FillDateMode.idl:29
FillMode
used to specify the series type used to fill cells.
Definition FillMode.idl:27
FillDirection
used to specify the direction of filling cells, for example, with a series.
Definition FillDirection.idl:28
Definition Ambiguous.idl:20