Range.EditionOptions Method
Excel Developer Reference |
You have requested Help for a Visual Basic keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.
Syntax
expression.EditionOptions(Type, Option, Name, Reference, Appearance, ChartSize, Format)
expression A variable that represents a Range object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Type | Required | XlEditionType | See help included with Microsoft Office Macintosh Edition. |
Option | Required | XlEditionOptionsOption | See help included with Microsoft Office Macintosh Edition. |
Name | Optional | Variant | See help included with Microsoft Office Macintosh Edition. |
Reference | Optional | Variant | See help included with Microsoft Office Macintosh Edition. |
Appearance | Optional | XlPictureAppearance | See help included with Microsoft Office Macintosh Edition. |
ChartSize | Optional | XlPictureAppearance | See help included with Microsoft Office Macintosh Edition. |
Format | Optional | Variant | See help included with Microsoft Office Macintosh Edition. |
Return Value
Variant
See Also