本文介绍了热门在VB2010中为FlexGrid设置边框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个需要每个人帮助的问题.
这个问题是我想为FlexGrid设置边框(左,右,顶部,底部,垂直和Herixontal),因为我已从VB6中的FlexGrid 7 Pro更新为VB2010中的FlexGrin 5.0J.
我在VB6中的旧代码如下

I have a problem that need every one help me.
this problem is I want to set border for FlexGrid (left,right,top, bottom, Vertical and Herixontal) because I updated from FlexGrid 7 Pro in VB6 to FlexGrin 5.0J in VB2010.

my old code in VB6 as below

FlexGrid.CellBorDer vbRed,1,1,1,1,2,-1  ''color,left,top right, bottom ,Vertical and Herizontal




请帮帮我.

在此先感谢




Please help me.

Thanks in advance

推荐答案


这篇关于热门在VB2010中为FlexGrid设置边框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-16 08:59