TTMSFNCDataGridConditionalFormatting.AddIconSet Method
Adds a
grtIconSetrule that paints a threshold-based icon over a column's values.
API unit family: TMSFNCDataGridConditionalFormatting
Declaring type: TTMSFNCDataGridConditionalFormatting
Syntax
function AddIconSet(AColumn: Integer; AKind: TTMSFNCDataGridIconSetKind): TTMSFNCDataGridFormatRuleItem;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index the rule applies to. |
AKind |
The predefined icon family to use. |
Returns
The newly added rule.