Spread Windows Forms 17
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.
    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