I am using a slickgrid tool and it has column width settings you do up front when defining how the grid will be created.

At any rate - I would like to "measure" the size of the text I have in array's filling this slickgrid - something like you have in VB.Net with .TextWidth where you pass a string with some font-like object and it tells you the pixel width or something to that affect.

Thanks!