بسم الله
يرجى تجربة التالي و تعديله حسب ما ترغبينه
Dim pLayer As FeatureLayer = AxMapControl1.Map.Layer(0)
Dim attributeTable As IAttributeTable = TryCast(pLayer, IAttributeTable)
Dim dt As New ESRI.ArcGIS.geodatabase.ITable
Dim bs As New System.Windows.Forms.BindingSource
dt.Load(attributeTable.AttributeTable)
bs.DataSource = dt
Me.DataGridView1.DataSource = bs
Me.DataGridView1.Refresh()
ماهر عبدالكريم