コード例 #1
0
 internal void ClearRowSelection(bool resetAnchorRowIndex)
 {
     _grid.ClearRowSelection(resetAnchorRowIndex);
 }
コード例 #2
0
 internal void ClearRowSelection(bool resetAnchorSlot)
 {
     _grid.ClearRowSelection(resetAnchorSlot);
 }