|
-
Feb 7th, 2007, 10:39 AM
#1
Thread Starter
Member
mergecells flexgrid vb6
Hi, im using a MSHFlexgrid in my vb6 application and i need to merge some portion of the grid (not a full row/col). I know how to merge complete columns/rows from a flexgrid but I want to know how to do a merge from a range.
Ex: i want to merge the columns in row 1 (but only start the merging from col6..i dont want to merge cols 0 to 5)..even if all the text in the row is the same.
help me since im very stuck with this
TIA
-
Feb 7th, 2007, 10:42 AM
#2
Re: mergecells flexgrid vb6
Please mark you thread resolved using the Thread Tools as shown
-
Feb 7th, 2007, 10:48 AM
#3
Thread Starter
Member
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
-
Feb 7th, 2007, 11:04 AM
#4
Re: mergecells flexgrid vb6
Please mark you thread resolved using the Thread Tools as shown
-
Feb 7th, 2007, 11:22 AM
#5
Thread Starter
Member
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)
-
Feb 7th, 2007, 04:07 PM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|