تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
[VB.NET] مشكلة في التعامل مع DataGridView
#2
PHP كود :
   Private Sub Button1_Click(ByVal sender As System.ObjectByVal e As System.EventArgsHandles Button1.Click
        For Each row 
As DataGridViewRow In DataGridView1.Rows
            If row
.IsNewRow Then Continue For
 
           If Not row.Cells(0).Value Is Nothing Then Continue For
 
           row.Cells(0).Value 0
            row
.Cells(1).Value 1
            row
.Cells(2).Value 2
            Exit 
For
 
       Next
        DataGridView1
.RowCount += 1
    End Sub 
الرد }}}


الردود في هذا الموضوع
RE: مشكلة في التعامل مع DataGridView - بواسطة asemshahen5 - 15-09-19, 02:26 PM


التنقل السريع :


يقوم بقرائة الموضوع: