Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Fill Property


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

    Property Value

    A Fill value represents the fill formatting.
    See Also