'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;}
fpSpread1.PaintActiveCellInSelection = true;
fpSpread1.PaintActiveCellInSelection = True
FpSpread Class FpSpread Members