ModuleView Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents existing Moduleviews in the workbook.
public interface class ModuleView
[System.Runtime.InteropServices.Guid("00024489-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModuleView
Public Interface ModuleView
- Attributes
Remarks
The module area includes everything, including the plot area of a chart. However, the plot area has its own fill, so filling the plot area does not fill the module area.
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only. |
Creator |
Returns a 32-bit integer equivalent to a XlCreator constant that indicates the application in which this object was created. Read-only. |
Parent |
Returns the parent object for the specified object. Read-only. |
Sheet |
Returns the sheet name for the specified ModuleView object. Read-only. |