Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / EnableDiagonalLine Property


In This Topic
    EnableDiagonalLine Property (IPaintingContext)
    In This Topic
    Gets a boolean value indicating whether cell diagonal line is enable.
    Syntax
    'Declaration
     
    
    ReadOnly Property EnableDiagonalLine As Boolean
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Boolean
     
    value = instance.EnableDiagonalLine
    bool EnableDiagonalLine {get;}
    See Also