Dear all,
I'm now trying to put the MSHFlexGrid into the usercontrol, cause I want to build some other functions into the grid. But the problem is that I can't find MergeRow and MergeCol from the Avaliable List in ActiveX Ctrl Interface Wizard, actually some of other properties like - TopRow/Row/Col... are not in as well, but I still able to create a procedure called TopRow/Row/Col..., and assign the value to Grid again.
But due to the format of Grid1.MergeRow
= TRUE & Grid1.MergeCol
= TRUE, I really don't know how to do it. (Because the format to call Grid1.TopRow/Row/Col are much ease and simple)
Could you please give me some help.
Thanks alot
Aston
I'm now trying to put the MSHFlexGrid into the usercontrol, cause I want to build some other functions into the grid. But the problem is that I can't find MergeRow and MergeCol from the Avaliable List in ActiveX Ctrl Interface Wizard, actually some of other properties like - TopRow/Row/Col... are not in as well, but I still able to create a procedure called TopRow/Row/Col..., and assign the value to Grid again.
But due to the format of Grid1.MergeRow
Could you please give me some help.
Thanks alot
Aston