Project.CurrencySymbolPosition 枚举

指定货币符号的位置。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public Enumeration CurrencySymbolPosition
用法
Dim instance As Project.CurrencySymbolPosition
public enum CurrencySymbolPosition

成员

成员名称 说明
Before 值为 0。以前,没有空间 ($0)。
After 值 = 1。没有空格后面 (0$)。
BeforeWithSpace 值 = 2。在这之前,与空间 ($ 0)。
AfterWithSpace 值 = 3。之后,与空间 (0 $)。

备注

新项目的默认值取决于企业全局设置。如果不有任何企业全局设置,默认值为 0。

使用Project.CurrencySymbolPosition类型WebSvcProject.ProjectDataSet.ProjectResourceRowWebSvcStatusing.ProjectDataSet.ProjectResourceRow对象中设置RES_OVT_RATE_FMT属性。

另请参阅

引用

Microsoft.Office.Project.Server.Library 命名空间