CustomViews 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 custom workbook views. Each view is represented by a CustomView object.
public interface class CustomViews : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024422-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface CustomViews : System.Collections.IEnumerable
Public Interface CustomViews
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the CustomViews property to return the CustomViews collection. Use the Add(String, Object, Object) method to create a new custom view and add it to the CustomViews collection.
Properties
_Default[Object] |
Reserved for internal use. |
Application |
Returns an Application object that represents the Microsoft Excel application. |
Count |
Returns the number of objects in the collection. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Parent |
Returns the parent object for the specified object. |
Methods
Add(String, Object, Object) |
Creates a new custom view. Returns a CustomView object that represents the new view. |
GetEnumerator() | |
Item(Object) |
Returns a single object from a collection. |