Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / Solid Method


In This Topic
    Solid Method
    In This Topic
    Fills the shape with a uniform color. Use this method to convert a gradient, textured, or background fill back to a solid fill.
    Syntax
    'Declaration
     
    
    Sub Solid() 
    'Usage
     
    
    Dim instance As IFillFormat
     
    instance.Solid()
    void Solid()
    See Also