'Declaration
Public Overridable Function GetRuleEffectingInfo( _
ByVal As Appearance, _
ByVal As Object, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Single _
) As PrePaintTextResult
'使用法
Dim instance As PrePaintTextConditionalFormattingRule
Dim appearance As Appearance
Dim value As Object
Dim isSelected As Boolean
Dim isLocked As Boolean
Dim zoomFactor As Single
Dim value As PrePaintTextResult
value = instance.GetRuleEffectingInfo(appearance, value, isSelected, isLocked, zoomFactor)
public virtual PrePaintTextResult GetRuleEffectingInfo(
Appearance ,
object ,
bool ,
bool ,
float
)