28-03-16, 02:10 AM
جرب الكود التالي :
PHP كود :
Dim name(DT.Columns.Count) As String
Dim i As Integer = 0
For Each column As DataColumn In DT.Columns
name(i) = column.ColumnName
i += 1
Next
Don't Be The Perfect one
be the right one

