Excel 基础教程:使用 Left 和 Top 属性
Left 属性是控件左上角到窗体左边的距离。Top 属性是控件左上角到窗体上边的距离。图 12.10 显示控件的 Left 和 Top 属性。
图 12.10 Left 和 Top 属性
通过改变 Left 和 Top 属性的设置值移动控件,可使用以下语句:
txtField1.Left = txtField1.Left + 200
txtField1.Top = txtField1.Top – 300
发布: 2009-1-31 16:19 作者: webmaster 查看: 900次 共有0条评论
Excel 基础教程:使用 Left 和 Top 属性
Left 属性是控件左上角到窗体左边的距离。Top 属性是控件左上角到窗体上边的距离。图 12.10 显示控件的 Left 和 Top 属性。
图 12.10 Left 和 Top 属性
通过改变 Left 和 Top 属性的设置值移动控件,可使用以下语句:
txtField1.Left = txtField1.Left + 200
txtField1.Top = txtField1.Top – 300