Re: mergecells flexgrid vb6
Re: mergecells flexgrid vb6
thx but that's not i want...
that code merge ALL the cells in the row that have the same text...that's not what i want to do..
i want to merge specific cells from the row
Re: mergecells flexgrid vb6
Re: mergecells flexgrid vb6
same thing except with columns this time instead of rows :(
my merging needs to be done on rows but not all the cells from those rows
something that would act like:
mergerow(rowindex,startcolumindex,endcolumnindex)
Re: mergecells flexgrid vb6
Unfortunately, the only way to stop the merging of cells with the same text is to put a hidden column (colwidth=0, text= "") between the columns you don't want to be merged.