使用英语阅读

通过


NumberFormatLocal 属性 (Excel Graph)

以用户语言返回或设置指定对象的格式代码字符串。 Variant 类型,可读写。

语法

表达式NumberFormatLocal

表达式是必需的。 返回“应用于”列表中的一个对象的表达式。

注释

Format 函数使用不同的格式代码字符串不是做 NumberFormatNumberFormatLocal 属性。

示例

本示例以用户语言显示图表上第一个系列中的数据标签的数字格式。

MsgBox "The number format for the first series is " & _ 
 myChart.SeriesCollection(1).DataLabels.NumberFormatLocal

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。