ViewsSingle.Add 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.ViewSingle Add (string Name, Microsoft.Office.Interop.MSProject.PjViewScreen Screen = Microsoft.Office.Interop.MSProject.PjViewScreen.pjGantt, bool ShowInMenu = false, object Table, object Filter, object Group, bool HighlightFilt = false);
abstract member Add : string * Microsoft.Office.Interop.MSProject.PjViewScreen * bool * obj * obj * obj * bool -> Microsoft.Office.Interop.MSProject.ViewSingle
Public Function Add (Name As String, Optional Screen As PjViewScreen = Microsoft.Office.Interop.MSProject.PjViewScreen.pjGantt, Optional ShowInMenu As Boolean = false, Optional Table As Object, Optional Filter As Object, Optional Group As Object, Optional HighlightFilt As Boolean = false) As ViewSingle
Parameters
- Name
- String
- Screen
- PjViewScreen
- ShowInMenu
- Boolean
- Table
- Object
- Filter
- Object
- Group
- Object
- HighlightFilt
- Boolean