Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IConditionalFormattingModel Interface / Changed Event


In This Topic
    Changed Event (IConditionalFormattingModel)
    In This Topic
    Occurs when the user makes a change to the model that affects the conditional formatting of cells in the sheet.
    Syntax
    Event Data

    The event handler receives an argument of type ConditionalFormattingModelEventArgs containing data related to this event. The following ConditionalFormattingModelEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the affected cell ranges.  
    Gets the column index.  
    Gets the number of columns.  
    Gets the affected conditional formattings.  
    Indicates if the change has affected the conditional formatting layout.  
    Gets the row index.  
    Gets the number of rows.  
    Gets the target column index.  
    Gets the target row index.  
    Gets the type of Change event.  
    See Also