Spread Windows Forms 9.0 Product Documentation
ShowConditionalFormattingManagerForm Method


Parent form
FpSpread for which the user wants to create conditional formatting
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)
public static Form ShowConditionalFormattingManagerForm( 
   Form parent,
   FpSpread spread
)

Parameters

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

Return Value

The conditional formatting manager form.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ConditionalFormattingUtils Class
ConditionalFormattingUtils Members

 

 


Copyright © GrapeCity, inc. All rights reserved.