Code: Select all
flxgrid.Row = i 'i represents row
flxgrid.Col = j 'j represents column
flxgrid.CellFontBold = True
Post by Cyclops » Tue Sep 29, 2009 3:38 pm
Code: Select all
flxgrid.Row = i 'i represents row
flxgrid.Col = j 'j represents column
flxgrid.CellFontBold = True
Return to “Visual Basic Programming”