FarPoint.Web.Spread.StyleInfo Style = new FarPoint.Web.Spread.StyleInfo(); Style.CanFocus = false; Style.BackColor = Color.Beige; // Style.ResetCanFocus(); FpSpread1.ActiveSheetView.SetStyleInfo(1, 1, Style);
Dim Style As New FarPoint.Web.Spread.StyleInfo() Style.CanFocus = False Style.BackColor = Color.Beige 'Style.ResetCanFocus() FpSpread1.ActiveSheetView.SetStyleInfo(1, 1, Style)