Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / NullBackColor Property


In This Topic
    NullBackColor Property (SheetView)
    In This Topic
    Gets or sets the background color of null items on this sheet.
    Syntax
    'Declaration
     
    
    Public Property NullBackColor As Color
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Color
     
    instance.NullBackColor = value
     
    value = instance.NullBackColor
    public Color NullBackColor {get; set;}
    See Also