FlexGrid for WPF
メソッド
Windows フォーム WPF コメント
BeginUpdate() // 更新を実行します。EndUpdate() using (Rows.DeferNotifications()) { // 更新を実行します。  
FindRow(…)   サポートされていません(コードを使って簡単に実行できます)
FinishEditing(bool cancel)/td> FinishEditing(bool cancel)  
LoadExcel(string file)   サポートされていません。
SaveExcel(string file)   サポートされていません。
Select(int row, int col, bool scrollIntoView) Select(int row, int col, bool scrollIntoView)  
ShowCell(int row, int col) ScrollIntoView  
Sort(order, int col, int col2)   サポートされていません(データソースレベルで実行する必要があります)
StartEditing(row, col) StartEditing(bool fullEdit, row, col) ‘fullEdit’ パラメータは、ユーザーが方向キーを使用して編集モードを終了できるかどうかを決定します。
関連トピック