Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BorderLine Structure / Empty Field


In This Topic
    Empty Field (BorderLine)
    In This Topic
    Represents no border line; so the default border line should be used to paint.
    Syntax
    'Declaration
     
    
    Public Shared Empty As BorderLine
    'Usage
     
    
    Dim value As BorderLine
     
    value = BorderLine.Empty
     
    BorderLine.Empty = value
    public static BorderLine Empty
    See Also