DataGrid.SelectAllCells 方法

定义

选择该单元格中的所有 DataGrid单元格。

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

注解

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

适用于