Spread WinForms 15
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
See Also