Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function ShowConditionalFormatDialog( _ ByVal parent As Form, _ ByVal spread As FpSpread, _ ByVal comparisonOperator As ComparisonOperator, _ ByVal cellRange As CellRange _ ) As Form |
Visual Basic (Usage) | Copy Code |
---|---|
Dim parent As Form Dim spread As FpSpread Dim comparisonOperator As ComparisonOperator Dim cellRange As CellRange Dim value As Form value = ConditionalFormat.ShowConditionalFormatDialog(parent, spread, comparisonOperator, cellRange) |
C# | |
---|---|
public static Form ShowConditionalFormatDialog( Form parent, FpSpread spread, ComparisonOperator comparisonOperator, CellRange cellRange ) |
Parameters
- parent
- Parent object.
- spread
- Spread object.
- comparisonOperator
- comparisonOperator object
- cellRange
- cellRange object
Return Value
return the form of ConditionalFormatTarget Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2