_Document.EditionOptions Method
This member is for Macintosh only and should not be used.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub EditionOptions ( _
Type As WdEditionType, _
Option As WdEditionOption, _
Name As String, _
ByRef Format As Object _
)
'Usage
Dim instance As _Document
Dim Type As WdEditionType
Dim Option As WdEditionOption
Dim Name As String
Dim Format As Object
instance.EditionOptions(Type, Option, _
Name, Format)
void EditionOptions(
WdEditionType Type,
WdEditionOption Option,
string Name,
ref Object Format
)
Parameters
- Type
Type: Microsoft.Office.Interop.Word.WdEditionType
This parameter is for Macintosh only and should not be used.
- Option
Type: Microsoft.Office.Interop.Word.WdEditionOption
This parameter is for Macintosh only and should not be used.
- Name
Type: System.String
This parameter is for Macintosh only and should not be used.
- Format
Type: System.Object%
This parameter is for Macintosh only and should not be used.