HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Width 属性
获取或设置以磅为单位的形状宽度
Syntax
property
Width: Double;
Example
此示例将形状宽度更改为 150 磅
Workbook.Sheets[1].Shapes[1].Width := 150.0;