Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Merging In Flexgrid

Status
Not open for further replies.

gerime

Programmer
Joined
Aug 3, 2001
Messages
3
Location
US
Is it possible to have a column in a flexgrid that has common entries and merge several, but not all of them?

For example, lets say we have a flexgrid that has 10 rows and one column. Each cell contains the words "Visual Basic". I want to merge rows 1 through 4 and 5 through 10 into two groupings.

If I set MergeCol(0)=True then I get one grouping (1 through 10).

How can I do this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top