Click or drag to resize
ParamExcelLikeSelectionFrame Property
Gets or sets the option to draw a small frame around the selected range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool ExcelLikeSelectionFrame { get; set; }

Property Value

Type: Boolean
This property lets the user choose between only inverting selected cells or drawing a small frame around the selected range of cells as Excel does.
Remarks
Note Note
It is recommended that you also enable SyncCurrentCell and ExcelLikeCurrentCell" if you enable ExcelLikeSelectionFrame.
See Also