Spread Windows Forms 17
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.
    Syntax
    'Declaration
     
    
    Public Shared NoLine As BorderLine
    'Usage
     
    
    Dim value As BorderLine
     
    value = BorderLine.NoLine
     
    BorderLine.NoLine = value
    public static BorderLine NoLine
    See Also