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





Applies the conditional 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 conditional formats to, usually the same object used to initialize the form.

 See Also

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