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