Selection.SelectCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.