Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / NoFill Field


In This Topic
    NoFill Field
    In This Topic
    Represents the blank fill formatting. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly NoFill As Fill
    'Usage
     
    
    Dim value As Fill
     
    value = Fill.NoFill
    public static readonly Fill NoFill
    See Also