语法
表达式.UseStandardHeight
表达式 一个代表 Range 对象的变量。
示例
本示例将 Sheet1 中的首行的行高设置为标准行高。
Worksheets.Item("Sheet1").Rows.Item(1).UseStandardHeight = true