I need to check if fonts are bold or not within each cell. I can easily change the font to bold but I can't seem to get a true/false after I have written to the cell to see if it is bold or not.
Should this not work?
If Me.DataGridView 1.Item(x, y).Style.Font.B old Then
Thanks
Mike
Should this not work?
If Me.DataGridView 1.Item(x, y).Style.Font.B old Then
Thanks
Mike
Comment