Spread Windows Forms 15.0
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. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As BorderLine
    'Usage
     
    
    Dim value As BorderLine
     
    value = BorderLine.Empty
    public static readonly BorderLine Empty
    See Also