Search
FillSeriesForm Constructor (CellRange)
See Also
 






Initializes a new instance of the FillSeriesForm class.

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public FillSeriesForm (
    CellRange range
)

Visual Basic  Copy Code

Public New ( _
    range As CellRange _
)

 Parameters

range

The CellRange object that will be filled.

 See Also