Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PaintActiveCellInSelection Property


In This Topic
    PaintActiveCellInSelection Property
    In This Topic
    Gets or sets whether the active cell is painted in the selection.
    Syntax
    'Declaration
     
    
    Public Property PaintActiveCellInSelection As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.PaintActiveCellInSelection = value
     
    value = instance.PaintActiveCellInSelection
    public bool PaintActiveCellInSelection {get; set;}
    See Also