_MSProject.GridlinesEdit 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public bool GridlinesEdit (Microsoft.Office.Interop.MSProject.PjGridline Item, object NormalType, object NormalColor, object Interval, object IntervalType, object IntervalColor);
abstract member GridlinesEdit : Microsoft.Office.Interop.MSProject.PjGridline * obj * obj * obj * obj * obj -> bool
Public Function GridlinesEdit (Item As PjGridline, Optional NormalType As Object, Optional NormalColor As Object, Optional Interval As Object, Optional IntervalType As Object, Optional IntervalColor As Object) As Boolean
参数
- Item
- PjGridline
- NormalType
- Object
- NormalColor
- Object
- Interval
- Object
- IntervalType
- Object
- IntervalColor
- Object