Home > Software engineering >  Ask questions about the msflexgrid control
Ask questions about the msflexgrid control

Time:10-07

How to merge cells in msflexgrid control? For example, column 1 1-3 lines of cells merged,

CodePudding user response:

1 in the first place in the merge cells are needed to fill in the same content;

2 sets its MergeCells attribute to flexMergeRestrictRows or flexMergeFree;

3 set MergeCol (0)=True,

Note that 1-3 rows cannot contain both fixed line and normal line,
  • Related