图中A201和A202类型设置代码如下:
Dim lsprdeditCellType As New CellType.GcTextBoxCellType
lsprdeditCellType.MaxLength = 110
lsprdeditCellType.MaxLengthUnit = CellType.LengthUnit.Byte
lsprdeditCellType.DropDown.AllowDrop = False
.Sheets(0).Columns(X).CellType = lsprdeditCellType
为什么同样的设置下两行的文字间隔长度不一致?
|
|