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