转:Cells.Columns.autofit和Cells.EntireColumn.autofit区别
(2012-10-14 20:18:24)
标签:
杂谈 |
Cells.Columns.autofit和Cells.EntireColumn.autofit都可以自动调整列宽以适应文字,但是它们有什么区别呢?很想知道,但是在网上没找到相关说明,哪位知道可以说说吗?
这两句代码没有区别,当然Columns属性和EntireColumn属性在使用中是有区别的,具体请看Columns和EntireColumn帮助。