FlexGrid for WinForms
Merged Table Headers
Show AllShow All
Hide AllHide All

To create merged table headers, you must start by setting the grid' s AllowMerging property to FixedOnly. Then, designate the rows and columns that you want to merge by setting the row and column' s AllowMerging properties. Finally, assign the text to the header cells so that the cells you want to merge have the same contents.

The code below shows an example:

To write code in Visual Basic

To write code in C#

This is the result:


See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback