Search
CellRange.autoFill Method
See Also
 






Automatically fills the values of the cells in the specified range based on the values of the cells in this range.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean autoFill (
    CellRange target,
    boolean horizontal,
    boolean copyOnly
)

 Parameters

target

The range to fill.

horizontal

A flag indicating the direction of the fill.

copyOnly

A flag indicating whether to perform a raw copy, rather than increments/estimates.

 Return Value

true, if the fill was successful; otherwise, false.

 Remarks

The autofill operation will fail if the specified range intersects with this range.

 See Also