Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FillInfo Class / ShadingStyle Property


In This Topic
    ShadingStyle Property
    In This Topic
    Gets or sets the shading style.
    Syntax
    'Declaration
     
    
    Public Property ShadingStyle As ShadingStyle
    'Usage
     
    
    Dim instance As FillInfo
    Dim value As ShadingStyle
     
    instance.ShadingStyle = value
     
    value = instance.ShadingStyle
    public ShadingStyle ShadingStyle {get; set;}

    Property Value

    The shading style.
    See Also