VSFlexGrid怎样合并空白的单元格
答案:2 悬赏:20 手机版
解决时间 2021-04-09 16:12
- 提问者网友:欲劫无渡
- 2021-04-09 09:54
VSFlexGrid怎样合并空白的单元格
最佳答案
- 五星知识达人网友:不如潦草
- 2021-04-09 11:32
空白单元都在一起吗?用MergeCells便可实现
------解决方案--------------------
' restricted merging: notice how the first region cell (East)
' no longer merges across employees to its left.
fg.MergeCells = flexMergeRestrictAll
fg.MergeCol(0) = True: fg.MergeCol(1) = True: fg.MergeCol(2) = True
fg.MergeCol(3) = False
------解决方案--------------------
ex:
MergeCells(1,1,1,2)
其中 1,1是第一个单元格的坐标
1,2是第二个单元格的坐标
------解决方案--------------------
一次只可以合并两个相邻的单元格
------解决方案--------------------
合并好像要有内容才能合并的,可以这样:
with VSFlexgrid1
.Cell(flexcpText, 0, 0, 0, 3) = " "
.MergeCells = flexMergeRestrictAll
.MergeRow(0) = True
end with
------解决方案--------------------
' restricted merging: notice how the first region cell (East)
' no longer merges across employees to its left.
fg.MergeCells = flexMergeRestrictAll
fg.MergeCol(0) = True: fg.MergeCol(1) = True: fg.MergeCol(2) = True
fg.MergeCol(3) = False
------解决方案--------------------
ex:
MergeCells(1,1,1,2)
其中 1,1是第一个单元格的坐标
1,2是第二个单元格的坐标
------解决方案--------------------
一次只可以合并两个相邻的单元格
------解决方案--------------------
合并好像要有内容才能合并的,可以这样:
with VSFlexgrid1
.Cell(flexcpText, 0, 0, 0, 3) = " "
.MergeCells = flexMergeRestrictAll
.MergeRow(0) = True
end with
全部回答
- 1楼网友:归鹤鸣
- 2021-04-09 12:42
额
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯