How to make column of flexgrid Bold

Visual Basic Topics
Post Reply
Cyclops
Lieutenant
Lieutenant
Posts: 71
Joined: Wed Jul 15, 2009 1:48 pm
Location: London

How to make column of flexgrid Bold

Post by Cyclops » 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
Post Reply

Return to “Visual Basic Programming”