摘要:
粘贴excel信息 Function pasteExcel(ByVal DGV As DataGridView) Try ' 当前单元格是否选择的判断 If DGV.CurrentCell Is Nothing Then Return (0) End If If DGV.Rows.Count = 1 阅读全文
摘要:
Private Sub ExcelInputSeleteListFrm_KeyDown(sender As Object, e As KeyEventArgs) Handles MyBase.KeyDown If e.Control And e.KeyCode = Keys.V Then paste 阅读全文