전자실 업무일지 일부항목만 이오나이저로 목록을 고정함(정기수)

This commit is contained in:
chi
2021-06-03 18:28:56 +09:00
parent 2885994b51
commit 71b362c05b
3 changed files with 20 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ namespace FPJ0000
private void FpSpread1_KeyDown(object sender, KeyEventArgs e)
{
var cell = this.fpSpread1.ActiveSheet.ActiveCell;
if (cell == null) return;
var colIndex = cell.Column.Index;
var rowIndex = cell.Row.Index;
if (e.KeyCode == Keys.L && e.Alt)