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


In This Topic
    Empty Field (Fill)
    In This Topic
    Represents a Border structure with its properties left uninitialized. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As Fill
    'Usage
     
    
    Dim value As Fill
     
    value = Fill.Empty
    public static readonly Fill Empty
    Remarks
    Assigning this value works as same as clearing the fill formatting.
    See Also