首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VB >

MSHFlexGrid合并的一点有关问题,用

2012-02-17 
MSHFlexGrid合并的一点问题,急用WithMSHFlexGrid1.Rows20.Cols10.FixedRows3.MergeCellsflexMergeFree

MSHFlexGrid合并的一点问题,急用
With   MSHFlexGrid1
        .Rows   =   20
        .Cols   =   10
        .FixedRows   =   3
        .MergeCells   =   flexMergeFree
        .CellAlignment   =   MSHierarchicalFlexGridLib.AlignmentSettings.flexAlignCenterCenter
        .TextMatrix(0,   0)   =   "单位 "
        .TextMatrix(1,   0)   =   "单位 "
        .TextMatrix(2,   0)   =   "单位 "
        .TextMatrix(0,   1)   =   "销售收入 "
        .TextMatrix(0,   2)   =   "销售收入 "
        .TextMatrix(0,   3)   =   "销售收入 "
        .TextMatrix(1,   1)   =   "销售收入 "
        .TextMatrix(1,   2)   =   "销售收入 "
        .TextMatrix(1,   3)   =   "销售收入 "
        .TextMatrix(2,   1)   =   "本月 "
        .TextMatrix(2,   2)   =   "同期 "
        .TextMatrix(2,   3)   =   "增减+\- "
          .MergeRow(0)   =   True
          .MergeRow(1)   =   True
          .MergeCol(0)   =   True
          .MergeCol(1)   =   True
          .MergeCol(2)   =   True
          .MergeCol(3)   =   True
End   With

问题1。销售收入的行合并了,列怎么没有合并?
问题2。这个控件设置了合并后,鼠标点击选中行怎么不行了?只能选中一个格?
谢谢
代码可以直接运行


[解决办法]
没办法!
1: 我也是这问题 现在还没找到答案 好象 MSFlexgrid 不支持双向合并!
2: 控件就这样~ 你让他选行要做什么?可以饶过去吧~

[解决办法]
刚刚又试了试
MSFlexgrid.MergeCells = flexMergeFree 的时候

MSFlexgrid.SelectionMode = flexSelectionByRow
也没用!

热点排行