MindFusion.Wpf Pack Programmer's Guide
FormatForm.Apply Method
See Also
 





Applies the cell formats defined in the form to a target IStyle object.

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

 Syntax

C#  Copy Code

public void Apply (
    IStyle target
)

Visual Basic  Copy Code

Public Sub Apply( _
    target As IStyle _
)

 Parameters

target

The target IStyle object to apply the cell formats to, usually the same object used to initialize the form.

 See Also

FormatForm Members
FormatForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace