Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / Pattern Property


In This Topic
    Pattern Property (IFillFormat)
    In This Topic
    Gets an GrapeCity.Spreadsheet.PatternType value that represents the fill pattern.
    Syntax
    'Declaration
     
    
    ReadOnly Property Pattern As PatternType
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As PatternType
     
    value = instance.Pattern
    PatternType Pattern {get;}

    Property Value

    The GrapeCity.Spreadsheet.PatternType value.
    See Also