cssClass不起作用
<style>.myCell {margin-left:10px;
margin-right:10px;
} </style>
Dim cmbText As New FarPoint.Web.Spread.TextCellType
cmbText.CssClass = "myCell"
fps1.ActiveSheetView.Columns(0).CellType = cmbText
运行时,文本框左边距和右边距并没有空出来,依然是紧贴着边框,请问是什么原因?
原因找到了,css写错了,应该用padding,谢谢
问题还需要排查一下, 周一给你反馈结果 :hjyzw:
页:
[1]