DataGrid.SelectAllCells 方法

定义

选择 DataGrid 中的所有单元格。

public:
 void SelectAllCells();
public void SelectAllCells ();
member this.SelectAllCells : unit -> unit
Public Sub SelectAllCells ()

注解

用于选择所有单元格的默认快捷键为 Ctrl+A。

适用于