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
Type
Type: Microsoft.Office.Interop.Excel.XlEditionTypeThis parameter is for Macintosh only and should not be used.
Option
Type: Microsoft.Office.Interop.Excel.XlEditionOptionsOptionThis parameter is for Macintosh only and should not be used.
Name
Type: System.ObjectThis parameter is for Macintosh only and should not be used.
Reference
Type: System.ObjectThis parameter is for Macintosh only and should not be used.
Appearance
Type: Microsoft.Office.Interop.Excel.XlPictureAppearanceThis parameter is for Macintosh only and should not be used.
ChartSize
Type: Microsoft.Office.Interop.Excel.XlPictureAppearanceThis parameter is for Macintosh only and should not be used.
Format
Type: System.ObjectThis parameter is for Macintosh only and should not be used.
Return Value
Type: System.Object