Range.AutoFormat 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用预定义格式自动设置指定区域的格式。
public object AutoFormat (Microsoft.Office.Interop.Excel.XlRangeAutoFormat Format = Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatClassic1, object Number, object Font, object Alignment, object Border, object Pattern, object Width);
Public Function AutoFormat (Optional Format As XlRangeAutoFormat = Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatClassic1, Optional Number As Object, Optional Font As Object, Optional Alignment As Object, Optional Border As Object, Optional Pattern As Object, Optional Width As Object) As Object
参数
- Format
- XlRangeAutoFormat
可选 XlRangeAutoFormat。 指定的 AutoFormat.某些 XlRangeAutoFormat 常量可能不可用,具体取决于美国英语 (语言支持,例如你选择或安装的) 。
- Number
- Object
可选 对象。 如果为 True ,则包含自动套用格式中的数字格式。 默认值是 ,则返回 True。
- Font
- Object
可选 对象。 如果为 True ,则包含自动套用格式中的字体格式。 默认值为 True。
- Alignment
- Object
可选 对象。 如果为 True ,则包含自动套用格式中的对齐方式。 默认值为 True。
- Border
- Object
可选 对象。 如果为 True ,则包含自动套用格式中的边框格式。 默认值为 True。
- Pattern
- Object
可选 对象。 如果为 True ,则包含自动套用格式中的模式格式。 默认值为 True。
- Width
- Object
可选 对象。 如果为 True ,则包含自动套用格式中的列宽和行高。 默认值为 True。
返回
注解
如果区域是单个单元格,则此方法还会设置单元格周围的活动区域的格式。