ViewsCombination.Add(String, Object, Object, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Office.Interop.MSProject.ViewCombination Add (string Name, object TopView, object BottomView, bool ShowInMenu = false);
abstract member Add : string * obj * obj * bool -> Microsoft.Office.Interop.MSProject.ViewCombination
Public Function Add (Name As String, TopView As Object, BottomView As Object, Optional ShowInMenu As Boolean = false) As ViewCombination
Parameters
- Name
- String
- TopView
- Object
- BottomView
- Object
- ShowInMenu
- Boolean