Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IStopablePrePaintConditionalFormattingRule Interface / Execute Method


In This Topic
    Execute Method (IStopablePrePaintConditionalFormattingRule)
    In This Topic
    Executes the conditional format rule to change the cell's style.
    Syntax
    'Declaration
     
    
    Function Execute( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal value As Object _
    ) As PrePaintResult
    'Usage
     
    
    Dim instance As IStopablePrePaintConditionalFormattingRule
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
    Dim value As PrePaintResult
     
    value = instance.Execute(row, column, value)

    Parameters

    row
    column
    value
    See Also