Krypton OutlookGrid Help
ConditionalFormatting Constructor (String, EnumConditionalFormatType, IFormatParams) |
Initializes a new instance of the ConditionalFormatting class.
Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public ConditionalFormatting( string columnName, EnumConditionalFormatType formatType, IFormatParams formatParams )
Public Sub New ( columnName As String, formatType As EnumConditionalFormatType, formatParams As IFormatParams )
Parameters
- columnName
- Type: SystemString
Name of the column. - formatType
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingEnumConditionalFormatType
Type of the Conditional Formatting. - formatParams
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingIFormatParams
The Conditional Formatting parameters.
See Also