How to make column of flexgrid Bold
Posted: Tue Sep 29, 2009 3:38 pm
The idea is to use CellFontBold property but you'd have to set Row/Col before that within the loop
Code: Select all
flxgrid.Row = i 'i represents row
flxgrid.Col = j 'j represents column
flxgrid.CellFontBold = True