Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellStyleNotify Class / InvalidCellStyle Property


In This Topic
    InvalidCellStyle Property
    In This Topic
    Gets or sets a StyleInfo object that is used for the validating cell when the validation fails.
    Syntax
    'Declaration
     
    
    Public Property InvalidCellStyle As AppearanceStyleInfo
    'Usage
     
    
    Dim instance As CellStyleNotify
    Dim value As AppearanceStyleInfo
     
    instance.InvalidCellStyle = value
     
    value = instance.InvalidCellStyle
    public AppearanceStyleInfo InvalidCellStyle {get; set;}

    Property Value

    A StyleInfo value that is used for the validating cell when validation fails.
    See Also