Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / IsShowAllConditionalFormat Property


In This Topic
    IsShowAllConditionalFormat Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IsShowAllConditionalFormat As Boolean
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As Boolean
     
    instance.IsShowAllConditionalFormat = value
     
    value = instance.IsShowAllConditionalFormat
    public bool IsShowAllConditionalFormat {get; set;}
    See Also