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


In This Topic
    GrayAreaBackColor Property
    In This Topic
    Gets or sets the color in the area between the sheet and the edge of the control.
    Syntax
    'Declaration
     
    
    Public Property GrayAreaBackColor As Color
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Color
     
    instance.GrayAreaBackColor = value
     
    value = instance.GrayAreaBackColor
    public Color GrayAreaBackColor {get; set;}
    See Also