_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

  • 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.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace