[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IconSetConditionalFormattingRule.GetRuleEffectingInfo

GetRuleEffectingInfo Method

GetRuleEffectingInfo(Appearance, object, bool, bool, float)

Gets the information with the specified appearance settings if the conditional formatting rule is met.

Declaration
[Obsolete]
public override PrePaintTextResult GetRuleEffectingInfo(Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
<Obsolete>
Public Overrides Function GetRuleEffectingInfo(appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single) As PrePaintTextResult
Parameters
Type Name Description
Appearance appearance

Appearance settings of the cell

object value

Object that contains the name of the renderer control of the cell

bool isSelected

Whether the cell is selected

bool isLocked

Whether the cell is locked

float zoomFactor

Numeric value for scaling the display of the cell

Returns
Type Description
PrePaintTextResult

A PrePaintTextResult object that indicates the result of painting

Overrides