Is anyone have idea of how we add new row in datagrid I want to add DR and CR Column in datagrid view DataGrid View have 4 column Sr#, Discription, DR, CR
Dim DR As Decimal
Dim CR As Decimal
DR = DataGridViewCashBook.Rows(index).Cells(4).Value.ToString()
CR = DataGridViewCashBook.Rows(index).Cells(5).Value.ToString()
DataGridViewBankStatment.Rows.Add()