CostRateTable 对象 (Project)
代表资源费率的集合。 CostRateTable 对象是 CostRateTables 集合的成员。
使用 **CostRateTables (**Index) (其中Index 是成本费率表的索引号或名称)可返回单个 CostRateTable 对象。
使用 CostRateTable 对象
以下示例更改某一资源的一个支付费率表中的标准费率。
Dim GovtRates As CostRateTable
Set GovtRates = ActiveProject.Resources("Bob").CostRateTables("B")
GovtRates.PayRates(1).StandardRate = "$10/h"
属性
名称 |
---|
Application |
索引 |
名称 |
Parent |
PayRates |
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。