MindFusion.Wpf Pack Programmer's Guide
FillSeriesForm Constructor (Workbook, CellRange)
See Also
 





Initializes a new instance of the FillSeriesForm class.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public FillSeriesForm (
    Workbook workbook,
    CellRange range
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    range As CellRange _
)

 Parameters

workbook

The workbook that should provide localization info.

range

The CellRange object that will be filled.

 See Also

FillSeriesForm Constructor Overload List
FillSeriesForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace