Search
ConditionalFormatForm.apply Method
See Also
 






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

Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms

 Syntax

Java  Copy Code

public void apply (
    IStyle target
)

 Parameters

target

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

 See Also