Spread Windows Forms 12.0 Product Documentation
PaintActiveCellInSelection Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : PaintActiveCellInSelection Property
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;}
Example
This example sets the PaintActiveCellInSelection property.
fpSpread1.PaintActiveCellInSelection = true;
fpSpread1.PaintActiveCellInSelection = True
See Also

Reference

FpSpread Class
FpSpread Members