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


In This Topic
    Empty Field (Border)
    In This Topic
    Represents a Border structure with its properties left uninitialized. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As Border
    'Usage
     
    
    Dim value As Border
     
    value = Border.Empty
    public static readonly Border Empty
    See Also