Link to home
Create AccountLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

VB 2005 DataGridView changing color of Button column cell.

Hi

How do you change the color of a DataGridView Button Column Cell.

If you use Me.DataGridView.CurrentRow.Cells(4).Style.BackColor this will change the
color of a text cell but not a button cell
ASKER CERTIFIED SOLUTION
Avatar of Andy_Webster
Andy_Webster

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Murray Brown

ASKER

Thanks very much