MindFusion.Wpf Pack Programmer's Guide
FormatForm Constructor (Workbook, IStyle)
See Also
 





Initializes a new instance of the FormatForm class.

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

 Syntax

C#  Copy Code

public FormatForm (
    Workbook workbook,
    IStyle istyle
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    istyle As IStyle _
)

 Parameters

workbook

The Workbook containing the predefined styles and formats used by this form.

istyle

The IStyle object containing the formats to modify with this form.

 See Also

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