Results 1 to 3 of 3

Thread: Merging Cells in MSFlexGrid

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Location
    Toronto
    Posts
    4

    Angry Merging Cells in MSFlexGrid

    Hi,

    Here it is:

    gridTest.MergeCells = flexMergeFree
    Do Until row >= Me.gridTest.Rows - 1
    gridTest.MergeRow(row) = True

    Do Until col >= Me.gridTest.Cols - 1
    gridTest.MergeCol(col) = True
    col = col + 1
    Loop
    row = row + 1
    Loop

    is it possible to simulatinously merge rows and columns with the same content in MSFlexGrid.

    Look on the last row of the image (Dima column). Simultanious merge occurs in this column, but as you see it does not merge properly.

    I know that you can merge only rows or only columns.

    Can you please help.
    Attached Images Attached Images  
    Last edited by dniss; Mar 15th, 2002 at 04:05 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width