_Document.AddMeetingWorkspaceHeader Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub AddMeetingWorkspaceHeader ( _
SkipIfAbsent As Boolean, _
Url As String, _
Title As String, _
Description As String, _
ID As String _
)
'Usage
Dim instance As _Document
Dim SkipIfAbsent As Boolean
Dim Url As String
Dim Title As String
Dim Description As String
Dim ID As String
instance.AddMeetingWorkspaceHeader(SkipIfAbsent, _
Url, Title, Description, ID)
void AddMeetingWorkspaceHeader(
bool SkipIfAbsent,
string Url,
string Title,
string Description,
string ID
)
Parameters
- SkipIfAbsent
Type: System.Boolean
- Url
Type: System.String
- Title
Type: System.String
- Description
Type: System.String
- ID
Type: System.String