Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / FillPattern Property


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

    Property Value

    The fill pattern.
    See Also