CGXGridParam::SetExcelLikeCurrentCell

void SetExcelLikeCurrentCell(BOOL b);

b

TRUE if mode shall be enabled; FALSE otherwise.

Remarks

Choose between default Objective Grid and Excel-like behavior of the current cell.

Excel-like current cell will force the following behavior:

  • The grid will mark the current cell as selected range whenever you move the current cell.

  • When you start typing into the current cell, the selection frame will stay around the cell.

  • Whenever you move the current cell with the arrow keys, all selected ranges will be cleared out. Only when you move the current cell inside a selected range of cells, the selection will not be reset.

Note: It is recommended that you also enable SetSyncCurrentCell and SetExcelLikeSelectionFrame if you enable SetExcelLikeCurrentCell.

See Also

 CGXGridParam::SetExcelLikeSelectionFrame  CGXGridParam::SetSyncCurrentCell

CGXGridParam

 Class Overview |  Class Members