Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / EnableDiagonalLine Property


In This Topic
    EnableDiagonalLine Property (SheetView)
    In This Topic
    Sets or gets whether cell diagonal line is enable.
    Syntax
    'Declaration
     
    
    Public Property EnableDiagonalLine As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.EnableDiagonalLine = value
     
    value = instance.EnableDiagonalLine
    public bool EnableDiagonalLine {get; set;}
    See Also