Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / FillColor Property


In This Topic
    FillColor Property (ExcelShape)
    In This Topic
    Gets or sets the color of the fill.
    Syntax
    'Declaration
     
    
    Public Property FillColor As Color
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Color
     
    instance.FillColor = value
     
    value = instance.FillColor
    public Color FillColor {get; set;}

    Property Value

    color of the fill
    See Also