表达式。NumberFormatLocalexpression 一个表示 Range 对象的变量。备注Format 函数使用不同的格式代码字符串不是做 NumberFormat 和NumberFormatLocal 属性。有关详细信息,请参阅数字格式代码(Microsoft 支持)。示例本示例以用户语言显示 Sheet1 上的单元格 A1 中的数字格式。
Format函數會使用與 NumberFormat及NumberFormatLocal屬性不同的格式代碼字串。 範例 本範例會以使用者的語言,顯示圖表上第一個數列中資料標籤的數位格式。 VB MsgBox"The number format for the first series is "& _ myChart.SeriesCollection(1).DataLabels.NumberFormatLocal ...
NumberFormatLocal 属性 参考 反馈 定义 命名空间: Microsoft.Office.Interop.Excel 程序集: Microsoft.Office.Interop.Excel.dll 返回或设置对象的格式代码,以用户的语言的字符串形式。 读取/写入 对象。 C# 复制 public object NumberFormatLocal { get; set; } 属性值 Object 注解 Format 函数使用...
下面的代码示例使用 NumberFormat 属性来设置 NamedRange 中日期字符串的格式。该示例还使用 NumberFormatLocal 属性以用户语言显示日期格式。此示例针对的是文档级自定义项。C# 复制 Microsoft.Office.Tools.Excel.NamedRange formatRange; private void ApplyNumberFormatting() { formatRange = this.Controls.AddNamed...
使用NumberFormatLocal属性:与NumberFormat类似,但是NumberFormatLocal属性会根据Excel的本地设置来调整数字格式。这样可以确保在不同的Excel版本和语言环境下,格式调整的结果保持一致。 使用NumberFormatNumber属性:可以通过设置Range对象的NumberFormatNumber属性来调整单元格的数字格式。该属性接受一个数字格式代码,可以实现更加...
下面的代码示例使用NumberFormat属性来设置NamedRange中日期字符串的格式。 该示例还使用 NumberFormatLocal 属性以用户语言显示日期格式。 此示例针对的是文档级自定义项。 C#复制 Microsoft.Office.Tools.Excel.NamedRange formatRange;privatevoidApplyNumberFormatting(){ formatRange =this.Controls.AddNamedRange(this.Rang...
.AddNamedRange(this.Range["C1"],"formatRange");this.formatRange.Value2 ="4-Apr-1974";this.formatRange.NumberFormat ="m/d/yyyy";// Display the number format in the language of the user.MessageBox.Show("The number format for the NamedRange is: "+this.formatRange.NumberFormatLocal.ToString...
.AddNamedRange(this.Range["C1"],"formatRange");this.formatRange.Value2 ="4-Apr-1974";this.formatRange.NumberFormat ="m/d/yyyy";// Display the number format in the language of the user.MessageBox.Show("The number format for the NamedRange is: "+this.formatRange.NumberFormatLocal.ToString...
Returns or sets the format code for the object as a string in the language of the user. C# 複製 public object NumberFormatLocal { get; set; } Property Value Object Remarks The Format function uses different format code strings than do the NumberFormat and NumberFormatLocal propertie...
Click the Number format dropdown menu Click the Currency formatThat's it! The Number format was changed from General to Currency.Note: It will use your local currency by default.Now, do the same for B10, B11 and B13:Did you make it? Note: The currency can be changed. For example ins...