ModuleView Interface

Represents existing Moduleviews in the workbook.

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

Syntax

'Declaration
<GuidAttribute("00024489-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ModuleView
'Usage
Dim instance As ModuleView
[GuidAttribute("00024489-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ModuleView

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.

See Also

Reference

ModuleView Members

Microsoft.Office.Interop.Excel Namespace