Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLine Class / IsGridLine Property


In This Topic
    IsGridLine Property (BorderLine)
    In This Topic
    Indicates whether the border is a built-in gridline.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsGridLine As Boolean
    'Usage
     
    Dim instance As BorderLine
    Dim value As Boolean
     
    value = instance.IsGridLine
    public bool IsGridLine {get;}

    Property Value

    true if the border is a type of grid line; otherwise, false.
    See Also