MindFusion.Wpf Pack Programmer's Guide
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: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool AutoFill (
    CellRange target,
    bool horizontal,
    bool copyOnly
)

Visual Basic  Copy Code

Public Function AutoFill( _
    target As CellRange, _
    horizontal As Boolean, _
    copyOnly As Boolean _
) As Boolean

 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

CellRange Members
CellRange Class
MindFusion.Spreadsheet.Wpf Namespace