Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingUtils Class / ShowConditionalFormattingManagerForm Method
Parent form
FpSpread for which the user wants to create conditional formatting


In This Topic
ShowConditionalFormattingManagerForm Method
In This Topic
Shows the conditional formatting form manager.
Syntax
'Declaration
 
Public Shared Function ShowConditionalFormattingManagerForm( _
   ByVal parent As Form, _
   ByVal spread As FpSpread _
) As Form
 
'Usage
 
Dim parent As Form
Dim spread As FpSpread
Dim value As Form
 
value = ConditionalFormattingUtils.ShowConditionalFormattingManagerForm(parent, spread)

Parameters

parent
Parent form
spread
FpSpread for which the user wants to create conditional formatting

Return Value

The conditional formatting manager form.
See Also