TTMSFNCDataGridFormatRuleItem.WithBorder Method
Configures this rule's
Appearancewith a solid border stroke of the given color for matching cells.
API unit family: TMSFNCDataGridConditionalFormatting
Declaring type: TTMSFNCDataGridFormatRuleItem
Syntax
function WithBorder(AColor: TTMSFNCGraphicsColor): TTMSFNCDataGridFormatRuleItem;
Parameters
| Name | Description |
|---|---|
AColor |
The border color applied to matching cells. |
Returns
This rule, so further configuration calls can be chained.