TheSkytalos Posted March 26, 2014 Report Share Posted March 26, 2014 Olá, Gostaria de saber como altero todas as linhas de uma certa coluna no DataGridView. Link to comment Share on other sites More sharing options...
killerbest Posted April 2, 2014 Report Share Posted April 2, 2014 Como assim? Tipo, para alterar os dados, é só clicares duas vezes em cima do dados que queres e alteras, depois metes um botão com este código para fazer o update Private da As OracleDataAdapter Private ds As DataSet da.Update(ds.Tables(0)) Link to comment Share on other sites More sharing options...
bioshock Posted April 2, 2014 Report Share Posted April 2, 2014 DataGridView1.Rows(0).Cells(0).Value = "Portugal" DataGridView1.Rows(0).Cells(1).Value = "Programar" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now