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