"Overload resolution failed because no accessible "New" accepts this number of arguments" error occured,when I insert
Imports MigraDoc.DocumentObjectModel
it throws error on following statement
cmb.DefaultCellStyle.Font = New Font("Verdana", 10, FontStyle.Regular)
where cmb is datagridview