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


In This Topic
    ApplyFill Property (ExtendedFormat)
    In This Topic
    Gets or sets the flag indicate whether apply the fill
    Syntax
    'Declaration
     
    Public Property ApplyFill As Nullable(Of Boolean)
    'Usage
     
    Dim instance As ExtendedFormat
    Dim value As Nullable(Of Boolean)
     
    instance.ApplyFill = value
     
    value = instance.ApplyFill
    public Nullable<bool> ApplyFill {get; set;}

    Property Value

    Apply fill or not.
    See Also