Spread Windows Forms 7.0 Product Documentation
CreateConditionalFFormattingForm Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalFormattingUtils Class : CreateConditionalFFormattingForm Method


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

Glossary Item Box

Creates a conditional format using the form.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateConditionalFFormattingForm( _
   ByVal parent As Form, _
   ByVal spread As FpSpread, _
   ByVal rule As IConditionalFormattingRule _
) As Form
Visual Basic (Usage)Copy Code
Dim parent As Form
Dim spread As FpSpread
Dim rule As IConditionalFormattingRule
Dim value As Form
 
value = ConditionalFormattingUtils.CreateConditionalFFormattingForm(parent, spread, rule)
C# 
public static Form CreateConditionalFFormattingForm( 
   Form parent,
   FpSpread spread,
   IConditionalFormattingRule rule
)

Parameters

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

Return Value

The created conditional formatting form.

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.