Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / FillOpacity Property


In This Topic
    FillOpacity Property
    In This Topic
    Gets or sets the fill opacity.
    Syntax
    'Declaration
     
    
    Public Property FillOpacity As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.FillOpacity = value
     
    value = instance.FillOpacity
    public int FillOpacity {get; set;}

    Property Value

    fill opacity
    See Also