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