返回或设置指定对象的格式代码,此格式代码是以用户语言表示的一个文本串。Variant 类型,可读写。
说明
Format 函数与 NumberFormat 和 NumberFormatLocal 属性所使用的格式代码串不同。
示例
本示例以用户语言显示图表第一系列中数据标签的数字格式。
MsgBox "The number format for the first series is " & _
myChart.SeriesCollection(1).DataLabels.NumberFormatLocal