Spread Windows Forms 12.0 Product Documentation
FormulaConditionalFormattingRule Constructor(String,Boolean)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FormulaConditionalFormattingRule Class > FormulaConditionalFormattingRule Constructor : FormulaConditionalFormattingRule Constructor(String,Boolean)
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
Initializes a new instance of the FormulaConditionalFormattingRule class.
Syntax
'Declaration
 
Public Function New( _
   ByVal formula As String, _
   ByVal suppressCustomName As Boolean _
)
'Usage
 
Dim formula As String
Dim suppressCustomName As Boolean
 
Dim instance As New FormulaConditionalFormattingRule(formula, suppressCustomName)
public FormulaConditionalFormattingRule( 
   string formula,
   bool suppressCustomName
)

Parameters

formula
suppressCustomName
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
See Also

Reference

FormulaConditionalFormattingRule Class
FormulaConditionalFormattingRule Members
Overload List