Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingModelEventArgs Class / IsAffectedLayout Property


In This Topic
    IsAffectedLayout Property
    In This Topic
    Indicates if the change has affected the conditional formatting layout.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAffectedLayout As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormattingModelEventArgs
    Dim value As Boolean
     
    value = instance.IsAffectedLayout
    public bool IsAffectedLayout {get;}
    See Also