Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / Patterned Method
The type of pattern.


In This Topic
    Patterned Method
    In This Topic
    Fills the shape with a pattern fill.
    Syntax
    'Declaration
     
    
    Sub Patterned( _
       ByVal pattern As PatternType _
    ) 
    'Usage
     
    
    Dim instance As IFillFormat
    Dim pattern As PatternType
     
    instance.Patterned(pattern)
    void Patterned( 
       PatternType pattern
    )

    Parameters

    pattern
    The type of pattern.
    See Also