Page 1 of 1

How to make column of flexgrid Bold

Posted: Tue Sep 29, 2009 3:38 pm
by Cyclops
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