Results 1 to 2 of 2

Thread: Merging cells in flexgrid

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Posts
    18

    Cool Merging cells in flexgrid

    Hi,
    I need to merge cells in a flexgrid HORIZONTALLY. The first cell has some text. The other 2 cells do not have any text. Is it possible ?

    Thanks,
    Prashanth

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Try something like this:

    Do Until COL = Me.gridTest.Cols - 1

    gridTest.MergeCol(col) = True

    col = col + 1

    Loop
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

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