Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BorderLine Structure / NoLine Field


In This Topic
    NoLine Field
    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 NoLine As BorderLine
    'Usage
     
    
    Dim value As BorderLine
     
    value = BorderLine.NoLine
    public static readonly BorderLine NoLine
    See Also