Selection.SelectCell Method

Definition

Selects the entire cell containing the current selection.

public:
 void SelectCell();
public void SelectCell ();
abstract member SelectCell : unit -> unit
Public Sub SelectCell ()

Remarks

To use this method, the current selection must be contained within a single cell.

Applies to