Spread WPF 16
GrapeCity.Excel Namespace / IExtendedFormat Interface / FillPattern Property


In This Topic
    FillPattern Property (IExtendedFormat)
    In This Topic
    Gets or sets the fill pattern.
    Syntax
    'Declaration
     
    Property FillPattern As FillPatternType
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As FillPatternType
     
    instance.FillPattern = value
     
    value = instance.FillPattern
    FillPatternType FillPattern {get; set;}

    Property Value

    The fill pattern.
    See Also