Range.EditionOptions Method

You have requested Help for a keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function EditionOptions ( _
    Type As XlEditionType, _
    Option As XlEditionOptionsOption, _
    Name As Object, _
    Reference As Object, _
    Appearance As XlPictureAppearance, _
    ChartSize As XlPictureAppearance, _
    Format As Object _
) As Object
'Usage
Dim instance As Range
Dim Type As XlEditionType
Dim Option As XlEditionOptionsOption
Dim Name As Object
Dim Reference As Object
Dim Appearance As XlPictureAppearance
Dim ChartSize As XlPictureAppearance
Dim Format As Object
Dim returnValue As Object

returnValue = instance.EditionOptions(Type, _
    Option, Name, Reference, Appearance, _
    ChartSize, Format)
Object EditionOptions(
    XlEditionType Type,
    XlEditionOptionsOption Option,
    Object Name,
    Object Reference,
    XlPictureAppearance Appearance,
    XlPictureAppearance ChartSize,
    Object Format
)

Parameters

  • Name
    Type: System.Object

    This parameter is for Macintosh only and should not be used.

  • Reference
    Type: System.Object

    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.

Return Value

Type: System.Object

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace