线的粗细 [英] thickness of the line

查看:82
本文介绍了线的粗细的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在报告中为垂直线写了一个代码,其中有备注字段......但是线条的厚度非常小..是否可以增加线条的厚度......



VSTS

I wrote a code for vertical lines in report which has memo fields... but the thickness of the line very less.. is it possible to increase the thickness of the line...


VSTS

推荐答案

当然,要么进入该行的物业盒:

属性 - 格式 - 边框宽度并设置为 1-6分


或VBA代码

YourLineName .BorderWidth = 6

Linq ; 0)>
Sure , either go into the line''s Property Box:

Properties - Format - Borders Width and set to 1-6 pts

or in VBA code

YourLineName.BorderWidth = 6

Linq ;0)>


我无法做到这一点你能解释我的详细信息

在报告中因为它有一个备忘录字段我为垂直线编写代码而这些线只是我想要增加厚度
i am unable to do it can you explain me in details
in the report because it had a memo field i wrote code for vertical lines and for those lines only i want increase the thickness


您好,


选择Line,右键单击goto属性,

InAll Tab,

设置这些属性:

边框样式=实体

BorderWidth = 4pt


你也可以设置边框颜色。


问候

Veena
Hi,

Select the Line, Right-Click goto Properties,
In "All" Tab,
Set these properties:
Border Style = Solid
BorderWidth =4pt

You can also set the Border Colour.

Regards
Veena


这篇关于线的粗细的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆