SheetViews 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.
A collection of all the sheet views in the specified or active workbook window.
public interface class SheetViews : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002448C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SheetViews : System.Collections.IEnumerable
Public Interface SheetViews
Implements IEnumerable
- Attributes
- Implements
Properties
_Default[Object] |
Reserved for internal use. |
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. |
Count |
Returns the number of objects in the collection. Read-only. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. Read-only. |
Item[Object] |
Returns an object that represents views in a workbook. Read-only. |
Parent |
Returns the parent object for the specified object. Read-only. |
Methods
GetEnumerator() |