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


In This Topic
    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