MindFusion.Wpf Pack Programmer's Guide
FormatForm Constructor (Workbook, IStyle, CultureInfo)
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,
    CultureInfo locale
)

Visual Basic  Copy Code

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

 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.

locale

The locale info to be used for the cells format.

 See Also

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