'Declaration Public Shared Function CreateConditionalFFormattingForm( _ ByVal parent As Form, _ ByVal spread As FpSpread, _ ByVal rule As IConditionalFormattingRule _ ) As Form
'Usage Dim parent As Form Dim spread As FpSpread Dim rule As IConditionalFormattingRule Dim value As Form value = ConditionalFormattingUtils.CreateConditionalFFormattingForm(parent, spread, rule)
Parameters
- parent
- Parent form
- spread
- FpSpread for which the user wants to create conditional formatting
- rule
Return Value
The created conditional formatting form.